Searched refs:VRegB_23x (Results 1 - 9 of 9) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc674 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
690 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
706 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
722 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
742 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x());
967 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
985 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
1003 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
1021 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
1039 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
[all...]
H A Dinterpreter_switch_impl.cc564 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
580 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
596 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
613 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x());
634 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x());
812 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
830 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
848 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
866 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
884 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x());
[all...]
/art/runtime/verifier/
H A Dregister_line.cc236 const uint32_t vregB = inst->VRegB_23x();
256 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), src_type1_1, src_type1_2) &&
265 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), long_lo_type, long_hi_type) &&
H A Dmethod_verifier.cc2026 if (!work_line_->VerifyRegisterType(this, inst->VRegB_23x(), reg_types_.Float())) {
2036 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(),
2047 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(),
3725 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x());
3827 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x());
/art/runtime/
H A Ddex_instruction-inl.h254 case k23x: return VRegB_23x();
327 inline uint8_t Instruction::VRegB_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.h357 uint8_t VRegB_23x() const;
/art/compiler/dex/
H A Dverified_method.cc353 inst->VRegB_23x()));
/art/compiler/optimizing/
H A Dbuilder.cc1027 uint8_t array_reg = instruction.VRegB_23x();

Completed in 107 milliseconds