Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc3656 uint32_t next_insn_idx = work_insn_idx_ + inst->SizeInCodeUnits(); in CodeFlowVerifyInstruction() local
3657 if (next_insn_idx >= code_item_accessor_.InsnsSizeInCodeUnits()) { in CodeFlowVerifyInstruction()
3663 if (!CheckNotMoveException(code_item_accessor_.Insns(), next_insn_idx)) { in CodeFlowVerifyInstruction()
3670 if (GetInstructionFlags(next_insn_idx).IsReturn()) { in CodeFlowVerifyInstruction()
3672 const Instruction* ret_inst = &code_item_accessor_.InstructionAt(next_insn_idx); in CodeFlowVerifyInstruction()
3675 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction()
3680 if (!UpdateRegisters(next_insn_idx, work_line_.get(), true)) { in CodeFlowVerifyInstruction()
3688 GetModifiableInstructionFlags(next_insn_idx).SetChanged(); in CodeFlowVerifyInstruction()