Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h295 int8_t VRegA_10t() const { in VRegA_10t() function
296 return VRegA_10t(Fetch16(0)); in VRegA_10t()
370 int8_t VRegA_10t(uint16_t inst_data) const;
Ddex_instruction-inl.h61 case k10t: return VRegA_10t(); in VRegA()
93 inline int8_t Instruction::VRegA_10t(uint16_t inst_data) const { in VRegA_10t() function
Ddex_instruction.cc82 case k10t: return VRegA_10t(); in GetTargetOffset()
183 case k10t: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break; in DumpString()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc761 int8_t offset = inst->VRegA_10t(inst_data); in ExecuteSwitchImplCpp()