Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexSwapVerify.cpp2895 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify() local
2897 okay = okay && swapMap(&state, pDexMap); in dexSwapAndVerify()
2898 okay = okay && swapEverythingButHeaderAndMap(&state, pDexMap); in dexSwapAndVerify()
2903 okay = okay && crossVerifyEverything(&state, pDexMap); in dexSwapAndVerify()