Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2503 SizeAndCountTable sizes_and_counts; member
2506 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor); in Update()
2507 if (it != sizes_and_counts.end()) { in Update()
2511 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes_in, 1)); in Update()
2675 for (const auto& sizes_and_count : sizes_and_counts) { in Dump()