Home
last modified time | relevance | path

Searched refs:VRegB_23x (Results 1 – 10 of 10) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc643 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl()
659 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl()
675 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl()
692 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl()
713 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteSwitchImpl()
927 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl()
945 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl()
963 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl()
981 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl()
999 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl()
[all …]
Dinterpreter_goto_table_impl.cc709 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl()
725 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl()
741 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl()
757 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl()
777 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl()
1026 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1044 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1062 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1080 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1098 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
[all …]
/art/runtime/verifier/
Dregister_line.cc228 const uint32_t vregB = inst->VRegB_23x(); in CheckBinaryOp()
250 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), src_type1_1, src_type1_2) && in CheckBinaryOpWide()
259 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), long_lo_type, long_hi_type) && in CheckBinaryOpWideShift()
Dmethod_verifier.cc2441 if (!work_line_->VerifyRegisterType(this, inst->VRegB_23x(), reg_types_.Float())) { in CodeFlowVerifyInstruction()
2451 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction()
2462 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
4326 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAGet()
4441 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAPut()
/art/runtime/
Ddex_instruction-inl.h255 case k23x: return VRegB_23x(); in VRegB()
329 inline uint8_t Instruction::VRegB_23x() const { in VRegB_23x() function
Ddex_instruction.cc258 …case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x());… in DumpString()
Ddex_instruction.h373 uint8_t VRegB_23x() const;
/art/compiler/dex/
Dverified_method.cc236 inst->VRegB_23x())); in GenerateSafeCastSet()
/art/runtime/interpreter/mterp/
Dmterp.cc372 Object* a = shadow_frame->GetVRegReference(inst->VRegB_23x()); in MterpAputObject()
/art/compiler/optimizing/
Dinstruction_builder.cc1458 uint8_t array_reg = instruction.VRegB_23x(); in BuildArrayAccess()