Searched refs:VRegC_23x (Results 1 – 7 of 7) sorted by relevance
/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 | 2539 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/ |
D | dex_instruction-inl.h | 467 case k23x: return VRegC_23x(); in VRegC() 498 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 | 457 uint8_t VRegC_23x() const;
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 390 int32_t index = shadow_frame->GetVReg(inst->VRegC_23x()); in MterpAputObject()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2211 uint8_t index_reg = instruction.VRegC_23x(); in BuildArrayAccess()
|