Home
last modified time | relevance | path

Searched defs:IsMethodBeingInspected (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime_callbacks.cc119 bool RuntimeCallbacks::IsMethodBeingInspected(ArtMethod* m) { in IsMethodBeingInspected() function in art::RuntimeCallbacks
Ddebugger.cc352 bool DebuggerActiveMethodInspectionCallback::IsMethodBeingInspected(ArtMethod* m ATTRIBUTE_UNUSED) { in IsMethodBeingInspected() function in art::DebuggerActiveMethodInspectionCallback
/art/openjdkjvmti/
Ddeopt_manager.cc69 bool JvmtiMethodInspectionCallback::IsMethodBeingInspected(art::ArtMethod* method) { in IsMethodBeingInspected() function in openjdkjvmti::JvmtiMethodInspectionCallback