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

  /art/runtime/
runtime_callbacks.cc 109 bool RuntimeCallbacks::MethodNeedsDebugVersion(ArtMethod* m) {
111 if (cb->MethodNeedsDebugVersion(m)) {
runtime_callbacks.h 136 virtual bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
208 bool MethodNeedsDebugVersion(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
debugger.h 59 bool MethodNeedsDebugVersion(ArtMethod* method) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
instrumentation.cc 145 return (runtime->GetRuntimeCallbacks()->MethodNeedsDebugVersion(method) ||
    [all...]
debugger.cc 367 bool DebuggerActiveMethodInspectionCallback::MethodNeedsDebugVersion(
    [all...]
  /art/openjdkjvmti/
deopt_manager.h 66 bool MethodNeedsDebugVersion(art::ArtMethod* method)
deopt_manager.cc 75 bool JvmtiMethodInspectionCallback::MethodNeedsDebugVersion(

Completed in 109 milliseconds