Searched refs:MethodNeedsDebugVersion (Results 1 – 5 of 5) sorted by relevance
157 virtual bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) = 0;249 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()
228 return (runtime->GetRuntimeCallbacks()->MethodNeedsDebugVersion(method) || in NeedDebugVersionFor()
66 bool MethodNeedsDebugVersion(art::ArtMethod* method)
83 bool JvmtiMethodInspectionCallback::MethodNeedsDebugVersion( in MethodNeedsDebugVersion() function in openjdkjvmti::JvmtiMethodInspectionCallback