Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1277 size_t object_bytes_total = 0; in Dump() local
1287 object_bytes_total += sizes_and_count.second.bytes; in Dump()
1290 CHECK_EQ(object_bytes, object_bytes_total); in Dump()