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

  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
register_line.cc 318 const uint32_t vregB = inst->VRegB_23x();
338 if (VerifyRegisterTypeWide(inst->VRegB_23x(), src_type1_1, src_type1_2) &&
347 if (VerifyRegisterTypeWide(inst->VRegB_23x(), long_lo_type, long_hi_type) &&
method_verifier.cc     [all...]
  /art/runtime/
dex_instruction-inl.h 205 inline uint8_t Instruction::VRegB_23x() const {
dex_instruction.cc 151 case k23x: return VRegB_23x();
460 case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x()); break;
dex_instruction.h 259 uint8_t VRegB_23x() const;

Completed in 246 milliseconds