Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h212 kResolutionMethod, enumerator
Dclass_linker.cc1191 runtime->SetResolutionMethod(image_header.GetImageMethod(ImageHeader::kResolutionMethod)); in InitFromBootImage()
/art/runtime/gc/space/
Dimage_space.cc578 static_assert(static_cast<size_t>(ImageHeader::kResolutionMethod) == 0u); in InitAppImage()
/art/dex2oat/linker/
Dimage_writer.cc2439 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()