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

/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc675 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
691 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
707 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
723 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
743 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x());
972 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
990 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1008 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1026 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1044 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
[all...]
H A Dinterpreter_switch_impl.cc565 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
581 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
597 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
614 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x());
635 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x());
818 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
836 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
854 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
872 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
890 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
[all...]
/art/runtime/verifier/
H A Dregister_line.cc237 const uint32_t vregC = inst->VRegC_23x();
257 VerifyRegisterTypeWide(verifier, inst->VRegC_23x(), src_type2_1, src_type2_2)) {
266 VerifyRegisterType(verifier, inst->VRegC_23x(), int_type)) {
H A Dmethod_verifier.cc2029 if (!work_line_->VerifyRegisterType(this, inst->VRegC_23x(), reg_types_.Float())) {
2040 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.DoubleLo(),
2051 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(),
3721 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x());
3823 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x());
/art/runtime/
H A Ddex_instruction-inl.h390 case k23x: return VRegC_23x();
419 inline uint8_t Instruction::VRegC_23x() const { function in class:art::Instruction
H A Ddex_instruction.cc233 case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x()); break;
H A Ddex_instruction.h383 uint8_t VRegC_23x() const;
/art/compiler/optimizing/
H A Dbuilder.cc1028 uint8_t index_reg = instruction.VRegC_23x();

Completed in 368 milliseconds