Home
last modified time | relevance | path

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

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