Searched refs:VRegA_10t (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Ddex_instruction.h238 int8_t VRegA_10t() const { function in class:art::Instruction
239 return VRegA_10t(Fetch16(0));
307 int8_t VRegA_10t(uint16_t inst_data) const;
H A Ddex_instruction-inl.h59 case k10t: return VRegA_10t();
89 inline int8_t Instruction::VRegA_10t(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc81 case k10t: return VRegA_10t();
162 case k10t: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc604 int8_t offset = inst->VRegA_10t(inst_data);
H A Dinterpreter_switch_impl.cc513 int8_t offset = inst->VRegA_10t(inst_data);

Completed in 95 milliseconds