Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2044 const Instruction* move_inst = Instruction::At(code_item_->insns_ + move_idx); in CodeFlowVerifyInstruction() local
2045 switch (move_inst->Opcode()) { in CodeFlowVerifyInstruction()
2047 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2048 update_line->SetRegisterType(move_inst->VRegB_12x(), cast_type); in CodeFlowVerifyInstruction()
2052 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2053 update_line->SetRegisterType(move_inst->VRegB_22x(), cast_type); in CodeFlowVerifyInstruction()
2057 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2058 update_line->SetRegisterType(move_inst->VRegB_32x(), cast_type); in CodeFlowVerifyInstruction()