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()
825 if (this == runtime->GetResolutionMethod()) { in GetRuntimeMethodName()
426 ArtMethod* GetResolutionMethod();
2480 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in InitializeRelocations()
2371 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()3289 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
2110 if (method == Runtime::Current()->GetResolutionMethod()) { in DumpMethod()