Home
last modified time | relevance | path

Searched refs:object_bytes (Results 1 – 1 of 1) sorted by relevance

/art/oatdump/
Doatdump.cc2182 size_t object_bytes = obj->SizeOf(); in DumpObject() local
2183 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; in DumpObject()
2184 stats_.object_bytes += object_bytes; in DumpObject()
2356 stats_.Update(obj_class->GetDescriptor(&temp), object_bytes); in DumpObject()
2468 size_t object_bytes = 0u; member
2524 return (static_cast<double>(size) / static_cast<double>(object_bytes)) * 100; in PercentOfObjectBytes()
2654 object_bytes, PercentOfFileBytes(object_bytes), in Dump()
2668 header_bytes + object_bytes + art_field_bytes + art_method_bytes + in Dump()
2687 CHECK_EQ(object_bytes, object_bytes_total); in Dump()