Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1949 SizeAndCountTable sizes_and_counts; member
1952 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor); in Update()
1953 if (it != sizes_and_counts.end()) { in Update()
1957 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes_in, 1)); in Update()
2108 for (const auto& sizes_and_count : sizes_and_counts) { in Dump()