Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h255 struct DexMapList { struct
603 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) { in dexGetMap()
609 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
DDexSwapVerify.cpp395 static bool swapMap(CheckState* state, DexMapList* pMap) in swapMap()
539 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset); in checkMapSection()
2514 DexMapList* pMap) { in swapEverythingButHeaderAndMap()
2687 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap) in crossVerifyEverything()
2909 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify()