Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.h505 void SetResolutionMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
H A Druntime.cc3018 void Runtime::SetResolutionMethod(ArtMethod* method) { in SetResolutionMethod() function in art::Runtime
H A Dclass_linker.cc844 runtime->SetResolutionMethod(runtime->CreateResolutionMethod()); in InitWithoutImage()
1362 runtime->SetResolutionMethod(image_header.GetImageMethod(ImageHeader::kResolutionMethod)); in InitFromBootImage()