Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2214 uint32_t move_idx = instance_of_idx - 1; in CodeFlowVerifyInstruction() local
2215 while (0 != move_idx && !insn_flags_[move_idx].IsOpcode()) { in CodeFlowVerifyInstruction()
2216 move_idx--; in CodeFlowVerifyInstruction()
2218 if (FailOrAbort(this, insn_flags_[move_idx].IsOpcode(), in CodeFlowVerifyInstruction()
2223 const Instruction* move_inst = Instruction::At(code_item_->insns_ + move_idx); in CodeFlowVerifyInstruction()