Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc3575 uint32_t next_insn_idx = work_insn_idx_ + inst->SizeInCodeUnits(); in CodeFlowVerifyInstruction() local
3576 if (next_insn_idx >= code_item_->insns_size_in_code_units_) { in CodeFlowVerifyInstruction()
3582 if (!CheckNotMoveException(code_item_->insns_, next_insn_idx)) { in CodeFlowVerifyInstruction()
3589 if (GetInstructionFlags(next_insn_idx).IsReturn()) { in CodeFlowVerifyInstruction()
3591 const Instruction* ret_inst = Instruction::At(code_item_->insns_ + next_insn_idx); in CodeFlowVerifyInstruction()
3594 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction()
3599 if (!UpdateRegisters(next_insn_idx, work_line_.get(), true)) { in CodeFlowVerifyInstruction()
3607 GetInstructionFlags(next_insn_idx).SetChanged(); in CodeFlowVerifyInstruction()