Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h77 case k30t: return VRegA_30t(); in VRegA()
173 inline int32_t Instruction::VRegA_30t() const { in VRegA_30t() function
Ddex_instruction.cc84 case k30t: return VRegA_30t(); in GetTargetOffset()
341 case k30t: os << StringPrintf("%s %+d", opcode, VRegA_30t()); break; in DumpString()
Ddex_instruction.h341 int32_t VRegA_30t() const;
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h954 int32_t offset = inst->VRegA_30t(); in GOTO_32()