Home
last modified time | relevance | path

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

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