Searched refs:alignment_bytes (Results 1 – 2 of 2) sorted by relevance
79 uint32_t alignment_bytes = in MaxExtraSpace() local81 return kAdrpThunkSize * num_adrp + alignment_bytes; in MaxExtraSpace()
1996 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() local2177 stats_.alignment_bytes += alignment_bytes; in DumpObject()2457 size_t alignment_bytes = 0u; member[all …]