Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h123 uint64_t inout_other_ = 0u; // Input for SPUT, output for SGET. member
Ddexanalyze_experiments.cc307 ++stats->inout_other_; in ProcessDexFile()
512 std::accumulate(stats.inout_, stats.inout_ + 16u, stats.inout_other_); in Dump()
519 os << " " << inout_tag << "=other: " << Percent(stats.inout_other_, fields_total) << "\n"; in Dump()