Home
last modified time | relevance | path

Searched refs:dex_cache_arrays_section (Results 1 – 2 of 2) sorted by relevance

/art/oatdump/
Doatdump.cc1984 const auto& dex_cache_arrays_section = image_header_.GetDexCacheArraysSection(); in Dump() local
2012 CHECK_ALIGNED(dex_cache_arrays_section.Offset(), 4); in Dump()
2013 stats_.alignment_bytes += dex_cache_arrays_section.Offset() - end_methods; in Dump()
2016 uint32_t end_caches = dex_cache_arrays_section.Offset() + dex_cache_arrays_section.Size(); in Dump()
2032 stats_.dex_cache_arrays_bytes += dex_cache_arrays_section.Size(); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2592 const ImageSection& dex_cache_arrays_section = in CreateImageSections() local
2602 size_t cur_pos = RoundUp(dex_cache_arrays_section.End(), sizeof(uint64_t)); in CreateImageSections()