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

  /art/runtime/
dex_instruction-inl.h 248 case k21t: return VRegB_21t();
297 inline int16_t Instruction::VRegB_21t() const {
dex_instruction.cc 78 case k21t: return VRegB_21t();
147 case k21t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_21t(), VRegB_21t()); break;
dex_instruction.h 347 int16_t VRegB_21t() const;
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 869 int16_t offset = inst->VRegB_21t();
885 int16_t offset = inst->VRegB_21t();
    [all...]
interpreter_switch_impl.cc 773 int16_t offset = inst->VRegB_21t();
788 int16_t offset = inst->VRegB_21t();
803 int16_t offset = inst->VRegB_21t();
    [all...]

Completed in 198 milliseconds