Home | History | Annotate | Download | only in oatdump

Lines Matching full:sizes_and_counts

1127     SizeAndCountTable sizes_and_counts;
1130 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor);
1131 if (it != sizes_and_counts.end()) {
1135 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes, 1));
1278 for (const auto& sizes_and_count : sizes_and_counts) {