Home
last modified time | relevance | path

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

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