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

  /dalvik/libdex/
InstrUtils.h 138 u8 vB_wide; /* for kFmt51l */
InstrUtils.cpp 644 pDec->vB_wide = FETCH_u4(1) | ((u8) FETCH_u4(3) << 32);
  /art/libdexfile/dex/
dex_instruction-inl.h 392 uint64_t vB_wide = Fetch32(1) | ((uint64_t) Fetch32(3) << 32);
393 return vB_wide;
  /dalvik/dexdump/
DexDump.cpp     [all...]

Completed in 551 milliseconds