Searched refs:VRegB_21t (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h248 case k21t: return VRegB_21t();
297 inline int16_t Instruction::VRegB_21t() const { function in class:art::Instruction
H A Ddex_instruction.cc79 case k21t: return VRegB_21t();
165 case k21t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_21t(), VRegB_21t()); break;
H A Ddex_instruction.h345 int16_t VRegB_21t() const;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc866 int16_t offset = inst->VRegB_21t();
883 int16_t offset = inst->VRegB_21t();
900 int16_t offset = inst->VRegB_21t();
917 int16_t offset = inst->VRegB_21t();
934 int16_t offset = inst->VRegB_21t();
951 int16_t offset = inst->VRegB_21t();
H A Dinterpreter_switch_impl.cc735 int16_t offset = inst->VRegB_21t();
748 int16_t offset = inst->VRegB_21t();
761 int16_t offset = inst->VRegB_21t();
774 int16_t offset = inst->VRegB_21t();
787 int16_t offset = inst->VRegB_21t();
800 int16_t offset = inst->VRegB_21t();

Completed in 4138 milliseconds