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

/art/runtime/
H A Ddex_instruction-inl.h253 case k22x: return VRegB_22x();
322 inline uint16_t Instruction::VRegB_22x() const { function in class:art::Instruction
H A Ddex_instruction.cc164 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break;
H A Ddex_instruction.h356 uint16_t VRegB_22x() const;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc187 shadow_frame.GetVReg(inst->VRegB_22x()));
205 shadow_frame.GetVRegLong(inst->VRegB_22x()));
223 shadow_frame.GetVRegReference(inst->VRegB_22x()));
H A Dinterpreter_switch_impl.cc99 shadow_frame.GetVReg(inst->VRegB_22x()));
117 shadow_frame.GetVRegLong(inst->VRegB_22x()));
135 shadow_frame.GetVRegReference(inst->VRegB_22x()));
/art/runtime/verifier/
H A Dmethod_verifier.cc1679 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr);
1688 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x());
1697 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategoryRef);
2232 update_line->SetRegisterType(this, move_inst->VRegB_22x(), cast_type);

Completed in 54 milliseconds