Searched refs:VRegA_31t (Results 1 – 8 of 8) sorted by relevance
291 uint8_t VRegA_31t() const { in VRegA_31t() function292 return VRegA_31t(Fetch16(0)); in VRegA_31t()324 uint8_t VRegA_31t(uint16_t inst_data) const;
78 case k31t: return VRegA_31t(); in VRegA()184 inline uint8_t Instruction::VRegA_31t(uint16_t inst_data) const { in VRegA_31t() function
309 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break; in DumpString()
295 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoPackedSwitch()323 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoSparseSwitch()
574 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data)); in ExecuteGotoImpl()
482 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data)); in ExecuteSwitchImpl()
2074 work_line_->VerifyRegisterType(this, inst->VRegA_31t(), reg_types_.Integer()); in CodeFlowVerifyInstruction()2079 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t()); in CodeFlowVerifyInstruction()
1106 HInstruction* array = LoadLocal(instruction.VRegA_31t(), Primitive::kPrimNot); in BuildFillArrayData()