Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc494 const uint64_t fields_total = std::accumulate(stats.inout_, stats.inout_ + 16u, 0u); in Dump() local
497 os << " receiver_reg=" << i << ": " << Percent(stats.receiver_[i], fields_total) << "\n"; in Dump()
502 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()
505 os << " short_bytecode: " << Percent(stats.short_bytecode_, fields_total) << "\n"; in Dump()
512 const uint64_t fields_total = in Dump() local
518 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()
520 os << " " << inout_tag << "=other: " << Percent(stats.inout_other_, fields_total) << "\n"; in Dump()
522 os << " short_bytecode: " << Percent(stats.short_bytecode_, fields_total) << "\n"; in Dump()