Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc499 const char* inout_tag = (tag[1] == 'G') ? "output_reg" : "input_reg"; in Dump() local
501 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()
515 const char* inout_tag = (tag[1] == 'G') ? "output_reg" : "input_reg"; in Dump() local
517 os << " " << inout_tag << "=" << i << ": " << Percent(stats.inout_[i], fields_total) << "\n"; in Dump()
519 os << " " << inout_tag << "=other: " << Percent(stats.inout_other_, fields_total) << "\n"; in Dump()