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