Searched refs:inout_ (Results 1 – 2 of 2) sorted by relevance
290 ++stats->inout_[input]; in ProcessDexFile()305 ++stats->inout_[output]; in ProcessDexFile()493 const uint64_t fields_total = std::accumulate(stats.inout_, stats.inout_ + 16u, 0u); in Dump()501 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()512 std::accumulate(stats.inout_, stats.inout_ + 16u, stats.inout_other_); in Dump()517 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()
117 uint64_t inout_[16] = {}; // Input for IPUT/SPUT, output for IGET/SGET. member