Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage.h213 kResolutionMethod, enumerator
/art/runtime/
Druntime_image.cc1754 header_.image_methods_[ImageHeader::kResolutionMethod] = in WriteImageMethods()
Dclass_linker.cc1348 runtime->SetResolutionMethod(image_header.GetImageMethod(ImageHeader::kResolutionMethod)); in InitFromBootImage()
/art/runtime/gc/space/
Dimage_space.cc643 static_assert(static_cast<size_t>(ImageHeader::kResolutionMethod) == 0u); in InitAppImage()
/art/dex2oat/linker/
Dimage_writer.cc2547 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()