Home
last modified time | relevance | path

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

/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.cc2539 if (!work_line_->VerifyRegisterType(this, inst->VRegC_23x(), reg_types_.Float())) { in CodeFlowVerifyInstruction()
2550 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction()
2561 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
4408 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAGet()
4534 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAPut()
/art/libdexfile/dex/
Ddex_instruction-inl.h467 case k23x: return VRegC_23x(); in VRegC()
498 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.h457 uint8_t VRegC_23x() const;
/art/runtime/interpreter/mterp/
Dmterp.cc390 int32_t index = shadow_frame->GetVReg(inst->VRegC_23x()); in MterpAputObject()
/art/compiler/optimizing/
Dinstruction_builder.cc2211 uint8_t index_reg = instruction.VRegC_23x(); in BuildArrayAccess()