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

/art/runtime/
H A Ddex_instruction-inl.h389 case k22t: return VRegC_22t();
414 inline int16_t Instruction::VRegC_22t() const { function in class:art::Instruction
H A Ddex_instruction.cc78 case k22t: return VRegC_22t();
235 case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t()); break;
H A Ddex_instruction.h382 int16_t VRegC_22t() const;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc759 int16_t offset = inst->VRegC_22t();
777 int16_t offset = inst->VRegC_22t();
795 int16_t offset = inst->VRegC_22t();
813 int16_t offset = inst->VRegC_22t();
831 int16_t offset = inst->VRegC_22t();
849 int16_t offset = inst->VRegC_22t();
H A Dinterpreter_switch_impl.cc652 int16_t offset = inst->VRegC_22t();
666 int16_t offset = inst->VRegC_22t();
680 int16_t offset = inst->VRegC_22t();
694 int16_t offset = inst->VRegC_22t();
708 int16_t offset = inst->VRegC_22t();
722 int16_t offset = inst->VRegC_22t();

Completed in 174 milliseconds