Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A 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()
H A Ddeopt_manager.cc240 method = method->GetCanonicalMethod(); in AddMethodBreakpoint()
280 method = method->GetCanonicalMethod(); in RemoveMethodBreakpoint()
H A Devents.cc791 method = method->GetCanonicalMethod(); in DexPcMoved()
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc217 return t->GetCanonicalMethod(); in Canonicalize()
/aosp12/art/runtime/
H A Dart_method.h551 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
H A Dart_method.cc70 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) { in GetCanonicalMethod() function in art::ArtMethod
H A Dstack.cc709 ArtMethod* canonical = method->GetCanonicalMethod(ptrSize); in ValidateFrame()
/aosp12/art/compiler/optimizing/
H A Dinliner.cc1223 method = method->GetCanonicalMethod(pointer_size); in TryDevirtualize()
H A Dinstruction_builder.cc961 resolved_method = actual_method->GetCanonicalMethod(class_linker->GetImagePointerSize()); in ResolveMethod()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1359 called = called->GetCanonicalMethod(); in artQuickResolutionTrampoline()