Searched refs:end_objects (Results 1 – 1 of 1) sorted by relevance
2001 uint32_t end_objects = object_section.Offset() + object_section.Size(); in Dump() local2002 CHECK_EQ(RoundUp(end_objects, kFieldSectionAlignment), field_section.Offset()); in Dump()2003 stats_.alignment_bytes += field_section.Offset() - end_objects; in Dump()