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

/dalvik/libdex/
H A DDexFile.h306 struct DexMapList { struct
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);
H A DDexSwapVerify.cpp373 static bool swapMap(CheckState* state, DexMapList* pMap)
523 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset);
2617 DexMapList* pMap) {
2802 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap)
3032 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff);
/dalvik/dexdump/
H A DDexDump.cpp1851 const DexMapList* list = (const DexMapList*)(pDexFile->baseAddr + offset);

Completed in 453 milliseconds