Home
last modified time | relevance | path

Searched refs:VRegB_23x (Results 1 – 8 of 8) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h979 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in CMPL_FLOAT()
994 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in CMPG_FLOAT()
1009 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in CMPL_DOUBLE()
1025 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in CMPG_DOUBLE()
1043 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in CMP_LONG()
1208 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in AGET_BOOLEAN()
1224 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in AGET_BYTE()
1240 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in AGET_CHAR()
1256 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in AGET_SHORT()
1272 ObjPtr<mirror::Object> a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in AGET()
[all …]
/art/runtime/verifier/
Dregister_line.cc233 const uint32_t vregB = inst->VRegB_23x(); in CheckBinaryOp()
255 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), src_type1_1, src_type1_2) && in CheckBinaryOpWide()
264 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), long_lo_type, long_hi_type) && in CheckBinaryOpWideShift()
Dmethod_verifier.cc2530 if (!work_line_->VerifyRegisterType(this, inst->VRegB_23x(), reg_types_.Float())) { in CodeFlowVerifyInstruction()
2540 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction()
2551 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
4470 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAGet()
4596 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAPut()
/art/libdexfile/dex/
Ddex_instruction-inl.h270 case k23x: return VRegB_23x(); in VRegB()
345 inline uint8_t Instruction::VRegB_23x() const { in VRegB_23x() function
Ddex_instruction.cc264 …case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x());… in DumpString()
Ddex_instruction.h422 uint8_t VRegB_23x() const;
/art/runtime/interpreter/mterp/
Dmterp.cc487 ObjPtr<mirror::Object> a = shadow_frame->GetVRegReference(inst->VRegB_23x()); in MterpAputObject()
/art/compiler/optimizing/
Dinstruction_builder.cc1780 uint8_t array_reg = instruction.VRegB_23x(); in BuildArrayAccess()