Searched refs:VRegB_23x (Results 1 – 8 of 8) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 659 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl() 675 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl() 691 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl() 708 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl() 727 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteSwitchImpl() 905 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 923 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 941 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 959 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() 977 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() [all …]
|
/art/runtime/verifier/ |
D | register_line.cc | 231 const uint32_t vregB = inst->VRegB_23x(); in CheckBinaryOp() 253 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), src_type1_1, src_type1_2) && in CheckBinaryOpWide() 262 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), long_lo_type, long_hi_type) && in CheckBinaryOpWideShift()
|
D | method_verifier.cc | 2500 if (!work_line_->VerifyRegisterType(this, inst->VRegB_23x(), reg_types_.Float())) { in CodeFlowVerifyInstruction() 2510 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction() 2521 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 4635 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAGet() 4750 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAPut()
|
/art/runtime/ |
D | dex_instruction-inl.h | 270 case k23x: return VRegB_23x(); in VRegB() 345 inline uint8_t Instruction::VRegB_23x() const { in VRegB_23x() function
|
D | dex_instruction.cc | 255 …case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x());… in DumpString()
|
D | dex_instruction.h | 396 uint8_t VRegB_23x() const;
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 441 mirror::Object* a = shadow_frame->GetVRegReference(inst->VRegB_23x()); in MterpAputObject()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1480 uint8_t array_reg = instruction.VRegB_23x(); in BuildArrayAccess()
|