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

/art/runtime/
H A Ddex_instruction.h353 uint4_t VRegB_22t() const { function in class:art::Instruction
354 return VRegB_22t(Fetch16(0));
373 uint4_t VRegB_22t(uint16_t inst_data) const;
H A Ddex_instruction-inl.h252 case k22t: return VRegB_22t();
317 inline uint4_t Instruction::VRegB_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))) {
776 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
794 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
812 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
830 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
848 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
H A Dinterpreter_switch_impl.cc651 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
665 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
679 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
693 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
707 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
721 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
/art/runtime/verifier/
H A Dmethod_verifier.cc2114 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t());
2134 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t());

Completed in 76 milliseconds