Home
last modified time | relevance | path

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

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