Searched refs:number_of_delayed_adjust_pcs (Results 1 – 2 of 2) sorted by relevance
245 size_t number_of_delayed_adjust_pcs = cfi().NumberOfDelayedAdvancePCs(); in FinalizeInstructions() local249 PatchCFI(number_of_delayed_adjust_pcs); in FinalizeInstructions()252 void MipsAssembler::PatchCFI(size_t number_of_delayed_adjust_pcs) { in PatchCFI() argument254 DCHECK_EQ(number_of_delayed_adjust_pcs, 0u); in PatchCFI()270 CHECK(std::is_sorted(advances.begin(), advances.begin() + number_of_delayed_adjust_pcs, cmp)); in PatchCFI()271 CHECK(std::is_sorted(advances.begin() + number_of_delayed_adjust_pcs, advances.end(), cmp)); in PatchCFI()280 size_t late_emit_pos = number_of_delayed_adjust_pcs; in PatchCFI()281 while (adjust_pos != number_of_delayed_adjust_pcs || late_emit_pos != size) { in PatchCFI()282 size_t adjusted_pc = (adjust_pos != number_of_delayed_adjust_pcs) in PatchCFI()
1330 void PatchCFI(size_t number_of_delayed_adjust_pcs);