Home
last modified time | relevance | path

Searched refs:GetResolutionMethod (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/
H A Druntime-inl.h49 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()
65 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
H A Dart_method-inl.h363 bool result = this == Runtime::Current()->GetResolutionMethod();
H A Dart_method.cc894 if (this == runtime->GetResolutionMethod()) { in GetRuntimeMethodName()
H A Druntime.h499 ArtMethod* GetResolutionMethod();
H A Druntime_image.cc1759 PointerToUint64(runtime->GetResolutionMethod()); in WriteImageMethods()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc2550 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()
3580 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc2574 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in InitializeRelocations()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc2226 if (method == Runtime::Current()->GetResolutionMethod()) { in DumpMethod()