HomeSort by relevance Sort by last modified time
    Searched refs:MethodNeedsDebugVersion (Results 1 - 7 of 7) sorted by null

  /art/runtime/
runtime_callbacks.h 156 virtual bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
235 bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
runtime_callbacks.cc 128 bool RuntimeCallbacks::MethodNeedsDebugVersion(ArtMethod* m) {
130 if (cb->MethodNeedsDebugVersion(m)) {
debugger.h 59 bool MethodNeedsDebugVersion(ArtMethod* method) override REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
instrumentation.cc 199 return (runtime->GetRuntimeCallbacks()->MethodNeedsDebugVersion(method) ||
    [all...]
debugger.cc 360 bool DebuggerActiveMethodInspectionCallback::MethodNeedsDebugVersion(
    [all...]
  /art/openjdkjvmti/
deopt_manager.h 66 bool MethodNeedsDebugVersion(art::ArtMethod* method)
deopt_manager.cc 83 bool JvmtiMethodInspectionCallback::MethodNeedsDebugVersion(

Completed in 92 milliseconds