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

  /art/libdexfile/dex/
bytecode_utils.h 33 int32_t table_offset = instruction.VRegB_31t();
dex_instruction-inl.h 273 case k31t: return VRegB_31t();
360 inline int32_t Instruction::VRegB_31t() const {
dex_instruction.cc 342 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break;
dex_instruction.h 425 int32_t VRegB_31t() const;
  /art/runtime/interpreter/
interpreter_common.h 439 const uint16_t* switch_data = reinterpret_cast<const uint16_t*>(inst) + inst->VRegB_31t();
467 const uint16_t* switch_data = reinterpret_cast<const uint16_t*>(inst) + inst->VRegB_31t();
interpreter_switch_impl.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 164 milliseconds