Searched refs:GetRandomMmapAddr (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/base/platform/ |
D | platform-linux.cc | 137 void* addr = OS::GetRandomMmapAddr(); in Allocate() 222 void* addr = mmap(OS::GetRandomMmapAddr(), size, in SignalCodeMovingGC() 254 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 332 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-macos.cc | 59 void* mbase = mmap(OS::GetRandomMmapAddr(), in Allocate() 132 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 204 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-openbsd.cc | 60 void* addr = OS::GetRandomMmapAddr(); in Allocate() 170 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 242 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-qnx.cc | 111 void* addr = OS::GetRandomMmapAddr(); in Allocate() 196 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 268 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-solaris.cc | 92 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 164 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-freebsd.cc | 139 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() 211 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
|
D | platform-posix.cc | 154 void* OS::GetRandomMmapAddr() { in GetRandomMmapAddr() function in v8::base::OS 283 mmap(OS::GetRandomMmapAddr(), size, PROT_READ | PROT_WRITE, in open() 302 void* memory = mmap(OS::GetRandomMmapAddr(), result, in create()
|
D | platform-aix.cc | 41 void* addr = OS::GetRandomMmapAddr(); in mmapHelper()
|
D | platform-cygwin.cc | 140 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection); in RandomizedVirtualAlloc()
|
D | platform.h | 188 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()
|