Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h66 case k20t: return VRegA_20t(); in VRegA()
118 inline int16_t Instruction::VRegA_20t() const { in VRegA_20t() function
Ddex_instruction.cc83 case k20t: return VRegA_20t(); in GetTargetOffset()
184 case k20t: os << StringPrintf("%s %+d", opcode, VRegA_20t()); break; in DumpString()
Ddex_instruction.h310 int16_t VRegA_20t() const;
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h944 int16_t offset = inst->VRegA_20t(); in GOTO_16()