Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.h56 int64_t wide_string_bytes_ = 0u; variable
Ddexanalyze_strings.cc436 wide_string_bytes_ += 2 * length; in ProcessDexFiles()
546 os << "UTF-16 string data bytes " << Percent(wide_string_bytes_, total_size) << "\n"; in Dump()