Searched refs:next_insn_idx (Results 1 – 1 of 1) sorted by relevance
2894 uint32_t next_insn_idx = work_insn_idx_ + CurrentInsnFlags()->GetLengthInCodeUnits(); in CodeFlowVerifyInstruction() local2895 if (next_insn_idx >= code_item_->insns_size_in_code_units_) { in CodeFlowVerifyInstruction()2901 if (!CheckNotMoveException(code_item_->insns_, next_insn_idx)) { in CodeFlowVerifyInstruction()2908 if (insn_flags_[next_insn_idx].IsReturn()) { in CodeFlowVerifyInstruction()2910 const Instruction* ret_inst = Instruction::At(code_item_->insns_ + next_insn_idx); in CodeFlowVerifyInstruction()2922 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction()2927 if (!UpdateRegisters(next_insn_idx, work_line_.get(), true)) { in CodeFlowVerifyInstruction()2935 insn_flags_[next_insn_idx].SetChanged(); in CodeFlowVerifyInstruction()