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

  /art/runtime/openjdkjvmti/
ti_breakpoint.cc 85 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod();
106 /* Breakpoint */ {art::jni::DecodeArtMethod(method)->GetCanonicalMethod(), location});
events.cc 438 method = method->GetCanonicalMethod();
  /art/runtime/
art_method.h 494 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
art_method.cc 65 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) {
    [all...]
stack.cc 652 ArtMethod* canonical = method->GetCanonicalMethod();
    [all...]
debugger.cc 87 : method_(method->GetCanonicalMethod(kRuntimePointerSize)),
117 return method_ == m->GetCanonicalMethod(kRuntimePointerSize);
    [all...]

Completed in 405 milliseconds