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

/dalvik/libdex/
H A DDexFile.h311 struct DexMapList { struct
690 /* return the DexMapList of the file, if any */
691 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
697 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);
2604 DexMapList* pMap) {
2789 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap)
3019 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff);
/dalvik/dexdump/
H A DDexDump.cpp1861 const DexMapList* list = (const DexMapList*)(pDexFile->baseAddr + offset);

Completed in 71 milliseconds