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

/art/oatdump/
H A Doatdump.cc1463 const auto& dex_cache_arrays_section = image_header_.GetImageSection( local
1492 CHECK_ALIGNED(dex_cache_arrays_section.Offset(), 4);
1493 stats_.alignment_bytes += dex_cache_arrays_section.Offset() - end_methods;
1496 uint32_t end_caches = dex_cache_arrays_section.Offset() + dex_cache_arrays_section.Size();
1512 stats_.dex_cache_arrays_bytes += dex_cache_arrays_section.Size();
/art/compiler/
H A Dimage_writer.cc1475 ImageSection* dex_cache_arrays_section = &out_sections[ImageHeader::kSectionDexCacheArrays]; local
1476 *dex_cache_arrays_section = ImageSection(bin_slot_offsets_[kBinDexCacheArray],
1480 size_t cur_pos = RoundUp(dex_cache_arrays_section->End(), sizeof(uint64_t));

Completed in 281 milliseconds