Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/oat/
Dimage.operator_out.cc83 case ImageHeader::kSectionDexCacheArrays: os << "SectionDexCacheArrays"; break; in operator <<()
/aosp_15_r20/art/runtime/
H A Druntime_image.cc209 auto dex_cache_section = header_.GetImageSection(ImageHeader::kSectionDexCacheArrays); in FillData()
326 sections_[ImageHeader::kSectionDexCacheArrays] = in CreateImageSections()
331 cur_pos = RoundUp(sections_[ImageHeader::kSectionDexCacheArrays].End(), sizeof(void*)); in CreateImageSections()
721 uint32_t offset = sections_[ImageHeader::kSectionDexCacheArrays].Offset(); in NativeLocationInImage()
/aosp_15_r20/art/runtime/oat/
H A Dimage.cc275 case kSectionDexCacheArrays: return "DexCacheArrays"; in GetImageSectionName()
H A Dimage.h270 kSectionDexCacheArrays, enumerator
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc2763 sections[ImageHeader::kSectionDexCacheArrays] = ImageSection(cur_pos, 0u); in CreateImageSections()