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

/art/oatdump/
H A Doatdump.cc1481 uint32_t end_objects = object_section.Offset() + object_section.Size(); local
1482 CHECK_EQ(RoundUp(end_objects, kFieldSectionAlignment), field_section.Offset());
1483 stats_.alignment_bytes += field_section.Offset() - end_objects;

Completed in 27 milliseconds