Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.h58 int64_t string_data_bytes_ = 0u; variable
Ddexanalyze_strings.cc440 string_data_bytes_ += ptr - data; in ProcessDexFiles()
543 os << "Total string data bytes " << Percent(string_data_bytes_, total_size) << "\n"; in Dump()