Searched refs:SetResolutionMethod (Results 1 – 4 of 4) sorted by relevance
374 void SetResolutionMethod(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_);
1950 void Runtime::SetResolutionMethod(ArtMethod* method) { in SetResolutionMethod() function in art::Runtime
505 runtime->SetResolutionMethod(runtime->CreateResolutionMethod()); in InitWithoutImage()
1423 runtime->SetResolutionMethod(image_header->GetImageMethod(ImageHeader::kResolutionMethod)); in Init()