Searched refs:GetCanonicalMethod (Results 1 – 10 of 10) sorted by relevance
157 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()181 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
240 method = method->GetCanonicalMethod(); in AddMethodBreakpoint()280 method = method->GetCanonicalMethod(); in RemoveMethodBreakpoint()
791 method = method->GetCanonicalMethod(); in DexPcMoved()
217 return t->GetCanonicalMethod(); in Canonicalize()
551 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
70 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) { in GetCanonicalMethod() function in art::ArtMethod
709 ArtMethod* canonical = method->GetCanonicalMethod(ptrSize); in ValidateFrame()
1223 method = method->GetCanonicalMethod(pointer_size); in TryDevirtualize()
961 resolved_method = actual_method->GetCanonicalMethod(class_linker->GetImagePointerSize()); in ResolveMethod()
1359 called = called->GetCanonicalMethod(); in artQuickResolutionTrampoline()