Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2143 for (const std::pair<std::string, size_t>& oat_dex_file_size : oat_dex_file_sizes) { in Dump() local
2145 oat_dex_file_size.first.c_str(), oat_dex_file_size.second, in Dump()
2146 PercentOfOatBytes(oat_dex_file_size.second)); in Dump()