Home | History | Annotate | Download | only in libdex

Lines Matching full:pmap

112     MemMapping* pMap, bool quiet)
186 if (sysMapFileInShmemWritableReadOnly(fd, pMap) != 0) {
198 sysChangeMapAccess(pMap->addr, pMap->length, true, pMap);
200 if (dexSwapAndVerifyIfNecessary((u1*) pMap->addr, pMap->length)) {
211 sysChangeMapAccess(pMap->addr, pMap->length, false, pMap);
214 * Success! Close the file and return with the start/length in pMap.