Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2601 size_t object_bytes_total = 0; in Dump() local
2611 object_bytes_total += sizes_and_count.second.bytes; in Dump()
2614 CHECK_EQ(object_bytes, object_bytes_total); in Dump()