Searched defs:object_bytes_total (Results 1 - 1 of 1) sorted by relevance

/art/oatdump/
H A Doatdump.cc2111 size_t object_bytes_total = 0; local
2121 object_bytes_total += sizes_and_count.second.bytes;
2124 CHECK_EQ(object_bytes, object_bytes_total);

Completed in 11 milliseconds