Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h83 int64_t total_start_local_extended_bytes_ = 0u; variable
Ddexanalyze_experiments.cc135 total_start_local_extended_bytes_ += stream - op_start; in ProcessDexFiles()
196 << Percent(total_start_local_extended_bytes_, total_size) << "\n"; in Dump()