Home | History | Annotate | Download | only in libdex

Lines Matching full:pmap

111     MemMapping* pMap, bool quiet)
185 if (sysMapFileInShmemWritableReadOnly(fd, pMap) != 0) {
197 sysChangeMapAccess(pMap->addr, pMap->length, true, pMap);
199 if (dexSwapAndVerifyIfNecessary((u1*) pMap->addr, pMap->length)) {
210 sysChangeMapAccess(pMap->addr, pMap->length, false, pMap);
213 * Success! Close the file and return with the start/length in pMap.