Home
last modified time | relevance | path

Searched refs:MethodNeedsDebugVersion (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Druntime_callbacks.h157 virtual bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
249 bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime_callbacks.cc128 bool RuntimeCallbacks::MethodNeedsDebugVersion(ArtMethod* m) { in MethodNeedsDebugVersion() function in art::RuntimeCallbacks
130 if (cb->MethodNeedsDebugVersion(m)) { in MethodNeedsDebugVersion()
Dinstrumentation.cc228 return (runtime->GetRuntimeCallbacks()->MethodNeedsDebugVersion(method) || in NeedDebugVersionFor()
/art/openjdkjvmti/
Ddeopt_manager.h66 bool MethodNeedsDebugVersion(art::ArtMethod* method)
Ddeopt_manager.cc83 bool JvmtiMethodInspectionCallback::MethodNeedsDebugVersion( in MethodNeedsDebugVersion() function in openjdkjvmti::JvmtiMethodInspectionCallback