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

/art/runtime/verifier/
H A Dmethod_verifier.cc2712 const Instruction* move_inst = Instruction::At(code_item_->insns_ + move_idx); local
2713 switch (move_inst->Opcode()) {
2715 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) {
2717 move_inst->VRegB_12x(),
2722 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) {
2724 move_inst->VRegB_22x(),
2729 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) {
2731 move_inst->VRegB_32x(),

Completed in 33 milliseconds