Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2477 struct SizeAndCount { struct
2478 SizeAndCount(size_t bytes_in, size_t count_in) : bytes(bytes_in), count(count_in) {} in SizeAndCount() argument
2482 using SizeAndCountTable = SafeMap<std::string, SizeAndCount>;
2491 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes_in, 1)); in Update()