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

/art/runtime/
H A Ddex_instruction-inl.h258 case k32x: return VRegB_32x();
347 inline uint16_t Instruction::VRegB_32x() const { function in class:art::Instruction
H A Ddex_instruction.cc307 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break;
H A Ddex_instruction.h361 uint16_t VRegB_32x() const;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc193 shadow_frame.GetVReg(inst->VRegB_32x()));
211 shadow_frame.GetVRegLong(inst->VRegB_32x()));
229 shadow_frame.GetVRegReference(inst->VRegB_32x()));
H A Dinterpreter_switch_impl.cc105 shadow_frame.GetVReg(inst->VRegB_32x()));
123 shadow_frame.GetVRegLong(inst->VRegB_32x()));
141 shadow_frame.GetVRegReference(inst->VRegB_32x()));
/art/runtime/verifier/
H A Dmethod_verifier.cc1682 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr);
1691 work_line_->CopyRegister2(this, inst->VRegA_32x(), inst->VRegB_32x());
1700 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef);
2237 update_line->SetRegisterType(this, move_inst->VRegB_32x(), cast_type);

Completed in 132 milliseconds