Home
last modified time | relevance | path

Searched refs:CreateResolutionMethod (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Druntime.h437 ArtMethod* CreateResolutionMethod() REQUIRES_SHARED(Locks::mutator_lock_);
H A Druntime.cc2514 ArtMethod* Runtime::CreateResolutionMethod() { in CreateResolutionMethod() function in art::Runtime
H A Dclass_linker.cc823 runtime->SetResolutionMethod(runtime->CreateResolutionMethod()); in InitWithoutImage()