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

/art/runtime/
H A Ddex_instruction-inl.h64 case k20t: return VRegA_20t();
114 inline int16_t Instruction::VRegA_20t() const { function in class:art::Instruction
H A Ddex_instruction.cc82 case k20t: return VRegA_20t();
163 case k20t: os << StringPrintf("%s %+d", opcode, VRegA_20t()); break;
H A Ddex_instruction.h253 int16_t VRegA_20t() const;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc617 int16_t offset = inst->VRegA_20t();
H A Dinterpreter_switch_impl.cc522 int16_t offset = inst->VRegA_20t();

Completed in 14 milliseconds