Home
last modified time | relevance | path

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

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