Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h332 uint4_t VRegA_22t() const { in VRegA_22t() function
333 return VRegA_22t(Fetch16(0)); in VRegA_22t()
382 uint4_t VRegA_22t(uint16_t inst_data) const;
Ddex_instruction-inl.h74 case k22t: return VRegA_22t(); in VRegA()
158 inline uint4_t Instruction::VRegA_22t(uint16_t inst_data) const { in VRegA_22t() function
Ddex_instruction.cc266 …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-inl.h1058 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == in IF_EQ()
1071 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in IF_NE()
1084 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in IF_LT()
1097 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= in IF_GE()
1110 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > in IF_GT()
1123 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= in IF_LE()
/art/runtime/verifier/
Dmethod_verifier.cc2629 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()
2649 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()