Searched refs:GetCanonicalMethod (Results 1 – 11 of 11) sorted by relevance
123 return reinterpret_cast<jmethodID>(art_method->GetCanonicalMethod()); in EncodeArtMethod()138 return reinterpret_cast<jmethodID>(art_method->GetCanonicalMethod()); in EncodeArtMethod()
229 return t->GetCanonicalMethod(); in Canonicalize()
157 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()181 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
232 method = method->GetCanonicalMethod(); in AddMethodBreakpoint()272 method = method->GetCanonicalMethod(); in RemoveMethodBreakpoint()
777 method = method->GetCanonicalMethod(); in DexPcMoved()
69 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) { in GetCanonicalMethod() function in art::ArtMethod
705 ArtMethod* canonical = method->GetCanonicalMethod(ptrSize); in ValidateFrame()
838 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
1356 method = method->GetCanonicalMethod(pointer_size); in TryDevirtualize()
983 resolved_method = actual_method->GetCanonicalMethod(class_linker->GetImagePointerSize()); in ResolveMethod()
1274 called = called->GetCanonicalMethod(); in artQuickResolutionTrampoline()