Searched refs:oat_dex_file_size (Results 1 – 1 of 1) sorted by relevance
2143 for (const std::pair<std::string, size_t>& oat_dex_file_size : oat_dex_file_sizes) { in Dump() local2145 oat_dex_file_size.first.c_str(), oat_dex_file_size.second, in Dump()2146 PercentOfOatBytes(oat_dex_file_size.second)); in Dump()