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

/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc181 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
199 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
217 shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)));
500 Object* array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data));
1614 inst->VRegA_12x(inst_data), -shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1620 inst->VRegA_12x(inst_data), ~shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1626 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1632 inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1638 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1644 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegDouble(inst->VRegB_12x(inst_dat
[all...]
H A Dinterpreter_switch_impl.cc93 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
111 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
129 shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)));
404 Object* array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data));
1447 inst->VRegA_12x(inst_data), -shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1453 inst->VRegA_12x(inst_data), ~shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1459 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1465 inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1471 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1477 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegDouble(inst->VRegB_12x(inst_dat
[all...]
/art/runtime/verifier/
H A Dregister_line.cc203 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
211 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) {
219 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
227 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) {
275 const uint32_t vregB = inst->VRegB_12x();
295 const uint32_t vregB = inst->VRegB_12x();
306 const uint32_t vregB = inst->VRegB_12x();
H A Dmethod_verifier.cc1676 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr);
1685 work_line_->CopyRegister2(this, inst->VRegA_12x(), inst->VRegB_12x());
1694 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategoryRef);
1980 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegB_12x());
2227 update_line->SetRegisterType(this, move_inst->VRegB_12x(), cast_type);
/art/runtime/
H A Ddex_instruction.h339 uint4_t VRegB_12x() const { function in class:art::Instruction
340 return VRegB_12x(Fetch16(0));
370 uint4_t VRegB_12x(uint16_t inst_data) const;
H A Ddex_instruction-inl.h244 case k12x: return VRegB_12x();
277 inline uint4_t Instruction::VRegB_12x(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc159 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break;
/art/compiler/optimizing/
H A Dbuilder.cc2174 HInstruction* object = LoadLocal(instruction.VRegB_12x(), Primitive::kPrimNot);

Completed in 1338 milliseconds