Searched refs:GetResolutionMethod (Results 1 – 7 of 7) sorted by relevance
49 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()65 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
155 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
821 if (this == runtime->GetResolutionMethod()) { in GetRuntimeMethodName()
448 ArtMethod* GetResolutionMethod();
2542 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in InitializeRelocations()
2439 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()3402 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
2169 if (method == Runtime::Current()->GetResolutionMethod()) { in DumpMethod()