Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2651 const Instruction* move_inst = Instruction::At(code_item_->insns_ + move_idx); in CodeFlowVerifyInstruction() local
2652 switch (move_inst->Opcode()) { in CodeFlowVerifyInstruction()
2654 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2656 move_inst->VRegB_12x(), in CodeFlowVerifyInstruction()
2661 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2663 move_inst->VRegB_22x(), in CodeFlowVerifyInstruction()
2668 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2670 move_inst->VRegB_32x(), in CodeFlowVerifyInstruction()