Searched refs:move_idx (Results 1 – 1 of 1) sorted by relevance
2642 uint32_t move_idx = instance_of_idx - 1; in CodeFlowVerifyInstruction() local2643 while (0 != move_idx && !GetInstructionFlags(move_idx).IsOpcode()) { in CodeFlowVerifyInstruction()2644 move_idx--; in CodeFlowVerifyInstruction()2646 if (FailOrAbort(this, GetInstructionFlags(move_idx).IsOpcode(), in CodeFlowVerifyInstruction()2651 const Instruction* move_inst = Instruction::At(code_item_->insns_ + move_idx); in CodeFlowVerifyInstruction()