Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc556 const size_t other_class_total = in Dump() local
567 os << "Same class invokes: " << PercentDivide(same_class_total, other_class_total) << "\n"; in Dump()
568 os << "Invokes from code: " << (same_class_total + other_class_total) << "\n"; in Dump()