Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc107 const uint8_t* const op_start = stream; in ProcessDexFiles() local
118 total_advance_pc_bytes_ += stream - op_start; in ProcessDexFiles()
122 total_advance_line_bytes_ += stream - op_start; in ProcessDexFiles()
128 total_start_local_bytes_ += stream - op_start; in ProcessDexFiles()
135 total_start_local_extended_bytes_ += stream - op_start; in ProcessDexFiles()
139 total_end_local_bytes_ += stream - op_start; in ProcessDexFiles()
143 total_restart_local_bytes_ += stream - op_start; in ProcessDexFiles()
147 total_epilogue_bytes_ += stream - op_start; in ProcessDexFiles()
151 total_set_file_bytes_ += stream - op_start; in ProcessDexFiles()
155 total_other_bytes_ += stream - op_start; in ProcessDexFiles()