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

  /dalvik/libdex/
DexFile.h 306 struct DexMapList {
685 /* return the DexMapList of the file, if any */
686 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
692 return (const DexMapList*) (pDexFile->baseAddr + mapOff);
    [all...]
DexSwapVerify.cpp 373 static bool swapMap(CheckState* state, DexMapList* pMap)
523 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset);
    [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]

Completed in 153 milliseconds