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

/art/runtime/
H A Ddex_instruction.h275 uint4_t VRegA_22t() const { function in class:art::Instruction
276 return VRegA_22t(Fetch16(0));
319 uint4_t VRegA_22t(uint16_t inst_data) const;
H A Ddex_instruction-inl.h72 case k22t: return VRegA_22t();
154 inline uint4_t Instruction::VRegA_22t(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc235 case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t()); break;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc758 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
775 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) !=
793 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <
811 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >=
829 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >
847 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <=
H A Dinterpreter_switch_impl.cc650 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) ==
664 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) !=
678 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <
692 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >=
706 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >
720 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <=
/art/runtime/verifier/
H A Dmethod_verifier.cc2113 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t());
2133 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t());

Completed in 117 milliseconds