Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h305 void SetResolutionMethod(mirror::ArtMethod* method) { in SetResolutionMethod() function
Dclass_linker.cc373 runtime->SetResolutionMethod(runtime->CreateResolutionMethod()); in InitWithoutImage()
/art/runtime/gc/space/
Dimage_space.cc641 runtime->SetResolutionMethod(down_cast<mirror::ArtMethod*>(resolution_method)); in Init()