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