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

/art/oatdump/
H A Doatdump.cc1938 struct SizeAndCount { struct in struct:art::ImageDumper::Stats
1939 SizeAndCount(size_t bytes_in, size_t count_in) : bytes(bytes_in), count(count_in) {} function in struct:art::ImageDumper::Stats::SizeAndCount
1943 typedef SafeMap<std::string, SizeAndCount> SizeAndCountTable;
1952 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes_in, 1));

Completed in 10 milliseconds