Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h291 uint4_t VRegA_22t() const { in VRegA_22t() function
292 return VRegA_22t(Fetch16(0)); in VRegA_22t()
335 uint4_t VRegA_22t(uint16_t inst_data) const;
Ddex_instruction-inl.h72 case k22t: return VRegA_22t(); in VRegA()
154 inline uint4_t Instruction::VRegA_22t(uint16_t inst_data) const { in VRegA_22t() function
Ddex_instruction.cc260 …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.cc793 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_… in ExecuteGotoImpl()
812 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in ExecuteGotoImpl()
832 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in ExecuteGotoImpl()
852 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= in ExecuteGotoImpl()
872 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > in ExecuteGotoImpl()
892 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc729 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == in ExecuteSwitchImpl()
746 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in ExecuteSwitchImpl()
763 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in ExecuteSwitchImpl()
780 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= in ExecuteSwitchImpl()
797 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > in ExecuteSwitchImpl()
814 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2539 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()
2559 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()