Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h392 uint4_t VRegB_22t() const { in VRegB_22t() function
393 return VRegB_22t(Fetch16(0)); in VRegB_22t()
414 uint4_t VRegB_22t(uint16_t inst_data) const;
Ddex_instruction-inl.h268 case k22t: return VRegB_22t(); in VRegB()
335 inline uint4_t Instruction::VRegB_22t(uint16_t inst_data) const { in VRegB_22t() function
Ddex_instruction.cc257 …case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t());… in DumpString()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc744 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
758 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
772 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
786 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
800 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
814 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2599 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction()
2619 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction()