Searched refs:GetRandomMmapAddr (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/base/platform/ |
D | platform-linux.cc | 116 void* addr = OS::GetRandomMmapAddr(); in Allocate() 199 void* addr = mmap(OS::GetRandomMmapAddr(), size, PROT_READ | PROT_EXEC, in SignalCodeMovingGC() 221 mmap(OS::GetRandomMmapAddr(), request_size, PROT_NONE, in VirtualMemory() 287 mmap(OS::GetRandomMmapAddr(), size, PROT_NONE, in ReserveRegion()
|
D | platform-macos.cc | 59 void* mbase = mmap(OS::GetRandomMmapAddr(), in Allocate() 134 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 206 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-openbsd.cc | 62 void* addr = OS::GetRandomMmapAddr(); in Allocate() 172 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 244 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-qnx.cc | 113 void* addr = OS::GetRandomMmapAddr(); in Allocate() 198 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 270 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-solaris.cc | 93 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 165 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-freebsd.cc | 141 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 213 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-posix.cc | 175 void* OS::GetRandomMmapAddr() { in GetRandomMmapAddr() function in v8::base::OS 306 mmap(OS::GetRandomMmapAddr(), size, PROT_READ | PROT_WRITE, in open() 325 void* memory = mmap(OS::GetRandomMmapAddr(), result, in create()
|
D | platform-cygwin.cc | 142 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection); in RandomizedVirtualAlloc()
|
D | platform-aix.cc | 41 void* addr = OS::GetRandomMmapAddr(); in mmapHelper()
|
D | platform.h | 200 static void* GetRandomMmapAddr();
|
D | platform-win32.cc | 729 void* OS::GetRandomMmapAddr() { in GetRandomMmapAddr() function in v8::base::OS 768 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection); in RandomizedVirtualAlloc()
|