HomeSort by relevance Sort by last modified time
    Searched refs:VRegA_10t (Results 1 - 5 of 5) sorted by null

  /art/runtime/
dex_instruction.h 240 int8_t VRegA_10t() const {
241 return VRegA_10t(Fetch16(0));
309 int8_t VRegA_10t(uint16_t inst_data) const;
dex_instruction-inl.h 59 case k10t: return VRegA_10t();
89 inline int8_t Instruction::VRegA_10t(uint16_t inst_data) const {
dex_instruction.cc 80 case k10t: return VRegA_10t();
144 case k10t: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break;
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 636 int8_t offset = inst->VRegA_10t(inst_data);
    [all...]
interpreter_switch_impl.cc 550 int8_t offset = inst->VRegA_10t(inst_data);
    [all...]

Completed in 35 milliseconds