Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h422 ArtMethod* CreateResolutionMethod() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2298 ArtMethod* Runtime::CreateResolutionMethod() { in CreateResolutionMethod() function in art::Runtime
Dclass_linker.cc899 runtime->SetResolutionMethod(runtime->CreateResolutionMethod()); in InitWithoutImage()