Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h43 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()
59 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
Dart_method-inl.h162 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
227 if (this == runtime->GetResolutionMethod()) { in GetName()
Druntime.h351 ArtMethod* GetResolutionMethod();
Dclass_linker.cc3413 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in RegisterDexFileLocked()
/art/dex2oat/linker/
Dimage_writer.cc1676 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()
2631 } else if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
/art/runtime/gc/space/
Dimage_space.cc747 CHECK_EQ(runtime->GetResolutionMethod(), in Init()