Searched defs:DexMapList (Results 1 - 1 of 1) 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);

Completed in 183 milliseconds