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

  /art/runtime/
dex_instruction-inl.h 269 case k22x: return VRegB_22x();
340 inline uint16_t Instruction::VRegB_22x() const {
dex_instruction.cc 165 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break;
dex_instruction.h 410 uint16_t VRegB_22x() const;
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 191 shadow_frame.GetVReg(inst->VRegB_22x()));
209 shadow_frame.GetVRegLong(inst->VRegB_22x()));
227 shadow_frame.GetVRegReference(inst->VRegB_22x()));
    [all...]

Completed in 77 milliseconds