Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips.cc79 size_t adjust_pos = 0u; in PatchCFI() local
81 while (adjust_pos != number_of_delayed_adjust_pcs || late_emit_pos != size) { in PatchCFI()
82 size_t adjusted_pc = (adjust_pos != number_of_delayed_adjust_pcs) in PatchCFI()
83 ? GetAdjustedPosition(advances[adjust_pos].pc) in PatchCFI()
90 size_t entry = (adjusted_pc <= late_emit_pc) ? adjust_pos : late_emit_pos; in PatchCFI()
92 ++adjust_pos; in PatchCFI()