Searched refs:VRegC_23x (Results 1 – 8 of 8) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 980 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/ |
D | register_line.cc | 234 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()
|
D | method_verifier.cc | 2533 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/ |
D | dex_instruction-inl.h | 420 case k23x: return VRegC_23x(); in VRegC() 451 inline uint8_t Instruction::VRegC_23x() const { in VRegC_23x() function
|
D | dex_instruction.cc | 264 …case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x());… in DumpString()
|
D | dex_instruction.h | 450 uint8_t VRegC_23x() const;
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 491 int32_t index = shadow_frame->GetVReg(inst->VRegC_23x()); in MterpAputObject()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1781 uint8_t index_reg = instruction.VRegC_23x(); in BuildArrayAccess()
|