Searched refs:GetResolutionMethod (Results 1 – 6 of 6) sorted by relevance
43 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()59 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
162 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()227 if (this == runtime->GetResolutionMethod()) { in GetName()
351 ArtMethod* GetResolutionMethod();
3413 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in RegisterDexFileLocked()
1676 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()2631 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
747 CHECK_EQ(runtime->GetResolutionMethod(), in Init()