Searched refs:CreateResolutionMethod (Results 1 – 3 of 3) sorted by relevance
506 ArtMethod* CreateResolutionMethod() REQUIRES_SHARED(Locks::mutator_lock_);
2624 ArtMethod* Runtime::CreateResolutionMethod() { in CreateResolutionMethod() function in art::Runtime
792 runtime->SetResolutionMethod(runtime->CreateResolutionMethod()); in InitWithoutImage()