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

  /dalvik/libdex/
DexFile.h 255 struct DexMapList {
602 /* return the DexMapList of the file, if any */
603 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
609 return (const DexMapList*) (pDexFile->baseAddr + mapOff);
DexSwapVerify.cpp 395 static bool swapMap(CheckState* state, DexMapList* pMap)
539 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset);
    [all...]

Completed in 273 milliseconds