Searched refs:MethodNeedsDebugVersion (Results 1 – 7 of 7) sorted by relevance
156 virtual bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) = 0;235 bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
128 bool RuntimeCallbacks::MethodNeedsDebugVersion(ArtMethod* m) { in MethodNeedsDebugVersion() function in art::RuntimeCallbacks130 if (cb->MethodNeedsDebugVersion(m)) { in MethodNeedsDebugVersion()
59 bool MethodNeedsDebugVersion(ArtMethod* method) override REQUIRES_SHARED(Locks::mutator_lock_);
199 return (runtime->GetRuntimeCallbacks()->MethodNeedsDebugVersion(method) || in NeedDebugVersionFor()
360 bool DebuggerActiveMethodInspectionCallback::MethodNeedsDebugVersion( in MethodNeedsDebugVersion() function in art::DebuggerActiveMethodInspectionCallback
66 bool MethodNeedsDebugVersion(art::ArtMethod* method)
83 bool JvmtiMethodInspectionCallback::MethodNeedsDebugVersion( in MethodNeedsDebugVersion() function in openjdkjvmti::JvmtiMethodInspectionCallback