Searched refs:GetResolutionMethod (Results 1 – 8 of 8) sorted by relevance
49 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()65 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
364 bool result = this == Runtime::Current()->GetResolutionMethod();
887 if (this == runtime->GetResolutionMethod()) { in GetRuntimeMethodName()
499 ArtMethod* GetResolutionMethod();
1755 PointerToUint64(runtime->GetResolutionMethod()); in WriteImageMethods()
2547 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()3577 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
2554 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in InitializeRelocations()
2213 if (method == Runtime::Current()->GetResolutionMethod()) { in DumpMethod()