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

  /art/runtime/
dex_instruction-inl.h 253 case k22x: return VRegB_22x();
322 inline uint16_t Instruction::VRegB_22x() const {
dex_instruction.cc 146 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break;
dex_instruction.h 358 uint16_t VRegB_22x() const;
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 178 shadow_frame.GetVReg(inst->VRegB_22x()));
196 shadow_frame.GetVRegLong(inst->VRegB_22x()));
214 shadow_frame.GetVRegReference(inst->VRegB_22x()));
    [all...]
interpreter_switch_impl.cc 105 shadow_frame.GetVReg(inst->VRegB_22x()));
123 shadow_frame.GetVRegLong(inst->VRegB_22x()));
141 shadow_frame.GetVRegReference(inst->VRegB_22x()));
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 193 milliseconds