Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h980 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in CMPL_FLOAT()
995 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in CMPG_FLOAT()
1010 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in CMPL_DOUBLE()
1026 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in CMPG_DOUBLE()
1044 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in CMP_LONG()
1213 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_BOOLEAN()
1229 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_BYTE()
1245 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_CHAR()
1261 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_SHORT()
1277 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET()
[all …]
/art/runtime/verifier/
Dregister_line.cc234 const uint32_t vregC = inst->VRegC_23x(); in CheckBinaryOp()
256 VerifyRegisterTypeWide(verifier, inst->VRegC_23x(), src_type2_1, src_type2_2)) { in CheckBinaryOpWide()
265 VerifyRegisterType(verifier, inst->VRegC_23x(), int_type)) { in CheckBinaryOpWideShift()
Dmethod_verifier.cc2533 if (!work_line_->VerifyRegisterType(this, inst->VRegC_23x(), reg_types_.Float())) { in CodeFlowVerifyInstruction()
2544 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction()
2555 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
4466 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAGet()
4592 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAPut()
/art/libdexfile/dex/
Ddex_instruction-inl.h420 case k23x: return VRegC_23x(); in VRegC()
451 inline uint8_t Instruction::VRegC_23x() const { in VRegC_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.h450 uint8_t VRegC_23x() const;
/art/runtime/interpreter/mterp/
Dmterp.cc491 int32_t index = shadow_frame->GetVReg(inst->VRegC_23x()); in MterpAputObject()
/art/compiler/optimizing/
Dinstruction_builder.cc1781 uint8_t index_reg = instruction.VRegC_23x(); in BuildArrayAccess()