diff options
Diffstat (limited to 'runtime/debugger.h')
| -rw-r--r-- | runtime/debugger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/debugger.h b/runtime/debugger.h index 18126b1eed..ec37833f6d 100644 --- a/runtime/debugger.h +++ b/runtime/debugger.h @@ -55,6 +55,7 @@ class Thread; struct DebuggerActiveMethodInspectionCallback : public MethodInspectionCallback { bool IsMethodBeingInspected(ArtMethod* m ATTRIBUTE_UNUSED) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_); + bool IsMethodSafeToJit(ArtMethod* m) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_); }; |