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