Home
last modified time | relevance | path

Searched refs:VRegB_22t (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Ddex_instruction.h353 uint4_t VRegB_22t() const { in VRegB_22t() function
354 return VRegB_22t(Fetch16(0)); in VRegB_22t()
373 uint4_t VRegB_22t(uint16_t inst_data) const;
Ddex_instruction-inl.h252 case k22t: return VRegB_22t(); in VRegB()
317 inline uint4_t Instruction::VRegB_22t(uint16_t inst_data) const { in VRegB_22t() function
Ddex_instruction.cc235 …case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t());… in DumpString()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc758 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_… in ExecuteGotoImpl()
776 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteGotoImpl()
794 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteGotoImpl()
812 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteGotoImpl()
830 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteGotoImpl()
848 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc651 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
665 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
679 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
693 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
707 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
721 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2114 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction()
2134 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction()