Home
last modified time | relevance | path

Searched defs:protection (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/Platform/unix/
DSharedMemoryUnix.cpp155 static inline int accessModeMMap(SharedMemory::Protection protection) in accessModeMMap()
168 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
190 static inline int accessModeFile(SharedMemory::Protection protection) in accessModeFile()
203 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/webkit/Source/WebKit2/Platform/win/
DSharedMemoryWin.cpp133 static DWORD accessRights(SharedMemory::Protection protection) in accessRights()
146 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
158 PassRefPtr<SharedMemory> SharedMemory::adopt(HANDLE handle, size_t size, Protection protection) in adopt()
187 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/webkit/Source/WebKit2/Platform/gtk/
DSharedMemoryGtk.cpp61 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
72 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/webkit/Source/WebKit2/Platform/mac/
DSharedMemoryMac.cpp121 static inline vm_prot_t machProtection(SharedMemory::Protection protection) in machProtection()
134 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
167 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/webkit/Source/JavaScriptCore/wtf/
DPageAllocationAligned.cpp43 int protection = PROT_READ; in allocate() local
DOSAllocatorWin.cpp34 static inline DWORD protection(bool writable, bool executable) in protection() function
DOSAllocatorPosix.cpp49 int protection = PROT_READ; in reserveAndCommit() local
/external/valgrind/main/coregrind/
Dpub_core_threadstate.h222 UWord protection; member
244 UWord protection; member
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1178 PeepholeProtection protection; in protectFromPeepholes() local
1183 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
/external/v8/src/
Dplatform-win32.cc905 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { in RandomizedVirtualAlloc()