Searched refs:GetResolutionMethod (Results 1 – 7 of 7) sorted by relevance
50 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()66 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
147 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
411 ArtMethod* GetResolutionMethod();
848 if (this == runtime->GetResolutionMethod()) { in GetRuntimeMethodName()
2263 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in InitializeRelocations()
2414 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()3433 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
2378 if (method == Runtime::Current()->GetResolutionMethod()) { in DumpMethod()