Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime-inl.h50 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()
66 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
H A Dart_method-inl.h147 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
H A Dart_method.cc825 if (this == runtime->GetResolutionMethod()) { in GetRuntimeMethodName()
H A Druntime.h426 ArtMethod* GetResolutionMethod();
H A Doat_file.cc2480 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in InitializeRelocations()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc2371 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()
3289 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
/aosp12/art/oatdump/
H A Doatdump.cc2110 if (method == Runtime::Current()->GetResolutionMethod()) { in DumpMethod()