Searched defs:IsMethodBeingInspected (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/ | ||
| D | runtime_callbacks.cc | 119 bool RuntimeCallbacks::IsMethodBeingInspected(ArtMethod* m) { in IsMethodBeingInspected() function in art::RuntimeCallbacks |
| D | debugger.cc | 352 bool DebuggerActiveMethodInspectionCallback::IsMethodBeingInspected(ArtMethod* m ATTRIBUTE_UNUSED) { in IsMethodBeingInspected() function in art::DebuggerActiveMethodInspectionCallback |
| /art/openjdkjvmti/ | ||
| D | deopt_manager.cc | 69 bool JvmtiMethodInspectionCallback::IsMethodBeingInspected(art::ArtMethod* method) { in IsMethodBeingInspected() function in openjdkjvmti::JvmtiMethodInspectionCallback |