Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h75 case k30t: return VRegA_30t(); in VRegA()
169 inline int32_t Instruction::VRegA_30t() const { in VRegA_30t() function
Ddex_instruction.cc91 case k30t: return VRegA_30t(); in GetTargetOffset()
353 case k30t: os << StringPrintf("%s %+d", opcode, VRegA_30t()); break; in DumpString()
Ddex_instruction.h300 int32_t VRegA_30t() const;
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc662 int32_t offset = inst->VRegA_30t(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc604 int32_t offset = inst->VRegA_30t(); in ExecuteSwitchImpl()