Searched refs:VRegB_23x (Results 1 – 9 of 9) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 692 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl() 708 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl() 724 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl() 740 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl() 756 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl() 964 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() 982 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() 1000 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() 1018 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() 1036 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() [all …]
|
D | interpreter_switch_impl.cc | 601 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl() 617 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl() 633 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl() 650 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl() 666 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteSwitchImpl() 862 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 880 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 898 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 916 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 934 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() [all …]
|
/art/runtime/verifier/ |
D | register_line.cc | 319 const uint32_t vregB = inst->VRegB_23x(); in CheckBinaryOp() 339 if (VerifyRegisterTypeWide(inst->VRegB_23x(), src_type1_1, src_type1_2) && in CheckBinaryOpWide() 348 if (VerifyRegisterTypeWide(inst->VRegB_23x(), long_lo_type, long_hi_type) && in CheckBinaryOpWideShift()
|
D | method_verifier.cc | 1823 if (!work_line_->VerifyRegisterType(inst->VRegB_23x(), reg_types_.Float())) { in CodeFlowVerifyInstruction() 1833 if (!work_line_->VerifyRegisterTypeWide(inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction() 1844 if (!work_line_->VerifyRegisterTypeWide(inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 3470 RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); in VerifyAGet() 3570 RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); in VerifyAPut()
|
/art/runtime/ |
D | dex_instruction-inl.h | 254 case k23x: return VRegB_23x(); in VRegB() 327 inline uint8_t Instruction::VRegB_23x() const { in VRegB_23x() function
|
D | dex_instruction.cc | 211 …case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x());… in DumpString()
|
D | dex_instruction.h | 359 uint8_t VRegB_23x() const;
|
/art/compiler/dex/ |
D | verified_method.cc | 292 verifier::RegType& array_type(line->GetRegisterType(inst->VRegB_23x())); in GenerateSafeCastSet()
|
/art/compiler/optimizing/ |
D | builder.cc | 433 uint8_t array_reg = instruction.VRegB_23x(); in BuildArrayAccess()
|