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

/art/oatdump/
H A Doatdump.cc1476 stats_.alignment_bytes += object_section.Offset() - header_bytes;
1483 stats_.alignment_bytes += field_section.Offset() - end_objects;
1488 stats_.alignment_bytes += method_section.Offset() - end_fields;
1493 stats_.alignment_bytes += dex_cache_arrays_section.Offset() - end_methods;
1498 stats_.alignment_bytes += intern_section.Offset() - end_caches;
1502 stats_.alignment_bytes += class_table_section.Offset() - end_intern;
1507 stats_.alignment_bytes += RoundUp(bitmap_offset, kPageSize) - bitmap_offset;
1663 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; local
1665 state->stats_.alignment_bytes += alignment_bytes;
1897 size_t alignment_bytes; member in struct:art::ImageDumper::Stats
[all...]

Completed in 27 milliseconds