Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h88 int64_t total_other_bytes_ = 0u; variable
Ddexanalyze_experiments.cc155 total_other_bytes_ += stream - op_start; in ProcessDexFiles()
202 << Percent(total_other_bytes_, total_size) << "\n"; in Dump()