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

/art/oatdump/
H A Doatdump.cc1944 SizeAndCountTable sizes_and_counts; member in struct:art::ImageDumper::Stats
1947 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor);
1948 if (it != sizes_and_counts.end()) {
1952 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes_in, 1));
2112 for (const auto& sizes_and_count : sizes_and_counts) {

Completed in 24 milliseconds