Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1704 size_t object_bytes = obj->SizeOf(); in Callback() local
1705 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; in Callback()
1706 state->stats_.object_bytes += object_bytes; in Callback()
1795 state->stats_.Update(obj_class->GetDescriptor(&temp), object_bytes); in Callback()
1895 size_t object_bytes; member
1925 object_bytes(0), in Stats()
1970 return (static_cast<double>(size) / static_cast<double>(object_bytes)) * 100; in PercentOfObjectBytes()
2094 object_bytes, PercentOfFileBytes(object_bytes), in Dump()
2102 CHECK_EQ(file_bytes, header_bytes + object_bytes + art_field_bytes + art_method_bytes + in Dump()
2120 CHECK_EQ(object_bytes, object_bytes_total); in Dump()