Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.h432 void SetResolutionMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
H A Druntime.cc2928 void Runtime::SetResolutionMethod(ArtMethod* method) { in SetResolutionMethod() function in art::Runtime
H A Dclass_linker.cc823 runtime->SetResolutionMethod(runtime->CreateResolutionMethod()); in InitWithoutImage()
1190 runtime->SetResolutionMethod(image_header.GetImageMethod(ImageHeader::kResolutionMethod)); in InitFromBootImage()