Searched refs:GetCanonicalMethod (Results 1 – 7 of 7) 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()
792 method = method->GetCanonicalMethod(); in DexPcMoved()
216 return t->GetCanonicalMethod(); in Canonicalize()
566 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
70 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) { in GetCanonicalMethod() function in art::ArtMethod
734 ArtMethod* canonical = method->GetCanonicalMethod(ptrSize); in SanityCheckFrame()