Home
last modified time | relevance | path

Searched refs:GetCanonicalMethod (Results 1 – 7 of 7) sorted by relevance

/art/openjdkjvmti/
Dti_breakpoint.cc94 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()
118 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
Ddeopt_manager.cc240 method = method->GetCanonicalMethod(); in AddMethodBreakpoint()
280 method = method->GetCanonicalMethod(); in RemoveMethodBreakpoint()
Devents.cc690 method = method->GetCanonicalMethod(); in DexPcMoved()
/art/runtime/
Dart_method.h512 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
Dart_method.cc67 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) { in GetCanonicalMethod() function in art::ArtMethod
Dstack.cc636 ArtMethod* canonical = method->GetCanonicalMethod(); in SanityCheckFrame()
Ddebugger.cc96 : method_(method->GetCanonicalMethod(kRuntimePointerSize)), in Breakpoint()
126 return method_ == m->GetCanonicalMethod(kRuntimePointerSize); in IsInMethod()
1426 reinterpret_cast<uintptr_t>(m->GetCanonicalMethod(kRuntimePointerSize))); in ToMethodId()
2885 location->method = m->GetCanonicalMethod(kRuntimePointerSize); in SetEventLocation()