Searched defs:protection (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit2/Platform/unix/ |
D | SharedMemoryUnix.cpp | 155 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/ |
D | SharedMemoryWin.cpp | 133 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/ |
D | SharedMemoryGtk.cpp | 61 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/ |
D | SharedMemoryMac.cpp | 121 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/ |
D | PageAllocationAligned.cpp | 43 int protection = PROT_READ; in allocate() local
|
D | OSAllocatorWin.cpp | 34 static inline DWORD protection(bool writable, bool executable) in protection() function
|
D | OSAllocatorPosix.cpp | 49 int protection = PROT_READ; in reserveAndCommit() local
|
/external/valgrind/main/coregrind/ |
D | pub_core_threadstate.h | 222 UWord protection; member 244 UWord protection; member
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1178 PeepholeProtection protection; in protectFromPeepholes() local 1183 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
|
/external/v8/src/ |
D | platform-win32.cc | 905 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { in RandomizedVirtualAlloc()
|