Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h74 int64_t total_opcode_bytes_ = 0u; variable
Ddexanalyze_experiments.cc110 ++total_opcode_bytes_; in ProcessDexFiles()
204 os << "Debug info opcode bytes " << Percent(total_opcode_bytes_, total_size) << "\n"; in Dump()