Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h86 int64_t total_epilogue_bytes_ = 0u; variable
Ddexanalyze_experiments.cc147 total_epilogue_bytes_ += stream - op_start; in ProcessDexFiles()
199 os << " DBG_SET_PROLOGUE bytes " << Percent(total_epilogue_bytes_, total_size) << "\n"; in Dump()