Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2483 struct SizeAndCount { struct
2484 SizeAndCount(size_t bytes_in, size_t count_in) : bytes(bytes_in), count(count_in) {} in SizeAndCount() argument
2485 size_t bytes;
2486 size_t count;