Searched refs:DexMapList (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexFile.h255 struct DexMapList { struct
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);
H A DDexSwapVerify.cpp395 static bool swapMap(CheckState* state, DexMapList* pMap)
539 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset);
2526 DexMapList* pMap) {
2699 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap)
2921 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff);

Completed in 26 milliseconds