Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_breakpoint.cc157 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()
181 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.cc791 method = method->GetCanonicalMethod(); in DexPcMoved()
/art/runtime/jni/
Djni_id_manager.cc217 return t->GetCanonicalMethod(); in Canonicalize()
/art/runtime/
Dart_method.h562 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
Dart_method.cc70 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) { in GetCanonicalMethod() function in art::ArtMethod
Dstack.cc735 ArtMethod* canonical = method->GetCanonicalMethod(ptrSize); in ValidateFrame()