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.cc79 uint32_t alignment_bytes = in MaxExtraSpace() local
81 return kAdrpThunkSize * num_adrp + alignment_bytes; in MaxExtraSpace()
/art/oatdump/
Doatdump.cc1996 stats_.alignment_bytes += object_section.Offset() - header_bytes; in Dump()
2003 stats_.alignment_bytes += field_section.Offset() - end_objects; in Dump()
2008 stats_.alignment_bytes += method_section.Offset() - end_fields; in Dump()
2013 stats_.alignment_bytes += dex_cache_arrays_section.Offset() - end_methods; in Dump()
2018 stats_.alignment_bytes += intern_section.Offset() - end_caches; in Dump()
2022 stats_.alignment_bytes += class_table_section.Offset() - end_intern; in Dump()
2027 stats_.alignment_bytes += RoundUp(bitmap_offset, kPageSize) - bitmap_offset; in Dump()
2175 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; in DumpObject() local
2177 stats_.alignment_bytes += alignment_bytes; in DumpObject()
2457 size_t alignment_bytes = 0u; member
[all …]