Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.h67 int64_t short_strings_ = 0u; variable
Ddexanalyze_strings.cc465 ++short_strings_; in ProcessStrings()
568 os << "Short strings " << Percent(short_strings_, short_strings_ + long_strings_) << "\n"; in Dump()