Searched refs:pDexMap (Results 1 – 1 of 1) sorted by relevance
2895 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify() local2897 okay = okay && swapMap(&state, pDexMap); in dexSwapAndVerify()2898 okay = okay && swapEverythingButHeaderAndMap(&state, pDexMap); in dexSwapAndVerify()2903 okay = okay && crossVerifyEverything(&state, pDexMap); in dexSwapAndVerify()