Searched refs:GetCanonicalMethod (Results 1 – 7 of 7) sorted by relevance
94 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()118 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
240 method = method->GetCanonicalMethod(); in AddMethodBreakpoint()280 method = method->GetCanonicalMethod(); in RemoveMethodBreakpoint()
690 method = method->GetCanonicalMethod(); in DexPcMoved()
512 ArtMethod* GetCanonicalMethod(PointerSize pointer_size = kRuntimePointerSize)
67 ArtMethod* ArtMethod::GetCanonicalMethod(PointerSize pointer_size) { in GetCanonicalMethod() function in art::ArtMethod
636 ArtMethod* canonical = method->GetCanonicalMethod(); in SanityCheckFrame()
96 : method_(method->GetCanonicalMethod(kRuntimePointerSize)), in Breakpoint()126 return method_ == m->GetCanonicalMethod(kRuntimePointerSize); in IsInMethod()1426 reinterpret_cast<uintptr_t>(m->GetCanonicalMethod(kRuntimePointerSize))); in ToMethodId()2885 location->method = m->GetCanonicalMethod(kRuntimePointerSize); in SetEventLocation()