Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2223 const Instruction* move_inst = Instruction::At(code_item_->insns_ + move_idx); in CodeFlowVerifyInstruction() local
2224 switch (move_inst->Opcode()) { in CodeFlowVerifyInstruction()
2226 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2227 update_line->SetRegisterType(this, move_inst->VRegB_12x(), cast_type); in CodeFlowVerifyInstruction()
2231 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2232 update_line->SetRegisterType(this, move_inst->VRegB_22x(), cast_type); in CodeFlowVerifyInstruction()
2236 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2237 update_line->SetRegisterType(this, move_inst->VRegB_32x(), cast_type); in CodeFlowVerifyInstruction()