Home
last modified time | relevance | path

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

/art/runtime/
Druntime_callbacks.cc109 bool RuntimeCallbacks::MethodNeedsDebugVersion(ArtMethod* m) { in MethodNeedsDebugVersion() function in art::RuntimeCallbacks
111 if (cb->MethodNeedsDebugVersion(m)) { in MethodNeedsDebugVersion()
Druntime_callbacks.h136 virtual bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
208 bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Ddebugger.h59 bool MethodNeedsDebugVersion(ArtMethod* method) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
Dinstrumentation.cc145 return (runtime->GetRuntimeCallbacks()->MethodNeedsDebugVersion(method) || in NeedDebugVersionFor()
/art/openjdkjvmti/
Ddeopt_manager.h66 bool MethodNeedsDebugVersion(art::ArtMethod* method)
Ddeopt_manager.cc75 bool JvmtiMethodInspectionCallback::MethodNeedsDebugVersion( in MethodNeedsDebugVersion() function in openjdkjvmti::JvmtiMethodInspectionCallback