Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h107 kResolutionMethod, enumerator
/art/runtime/gc/space/
Dimage_space.cc711 mirror::Object* resolution_method = image_header.GetImageRoot(ImageHeader::kResolutionMethod); in Init()
/art/compiler/
Dimage_writer.cc789 image_roots->Set<false>(ImageHeader::kResolutionMethod, runtime->GetResolutionMethod()); in CreateImageRoots()