Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc80 uint32_t alignment_bytes = in MaxExtraSpace() local
82 return kAdrpThunkSize * num_adrp + alignment_bytes; in MaxExtraSpace()
/art/oatdump/
Doatdump.cc1993 stats_.alignment_bytes += object_section.Offset() - header_bytes; in Dump()
2000 stats_.alignment_bytes += field_section.Offset() - end_objects; in Dump()
2005 stats_.alignment_bytes += method_section.Offset() - end_fields; in Dump()
2010 stats_.alignment_bytes += dex_cache_arrays_section.Offset() - end_methods; in Dump()
2015 stats_.alignment_bytes += intern_section.Offset() - end_caches; in Dump()
2019 stats_.alignment_bytes += class_table_section.Offset() - end_intern; in Dump()
2024 stats_.alignment_bytes += RoundUp(bitmap_offset, kPageSize) - bitmap_offset; in Dump()
2179 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; in DumpObject() local
2181 stats_.alignment_bytes += alignment_bytes; in DumpObject()
2463 size_t alignment_bytes = 0u; member
[all …]