Home
last modified time | relevance | path

Searched refs:GetRandomMmapAddr (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/base/platform/
Dplatform-linux.cc116 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()
Dplatform-macos.cc59 void* mbase = mmap(OS::GetRandomMmapAddr(), in Allocate()
134 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
206 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-openbsd.cc62 void* addr = OS::GetRandomMmapAddr(); in Allocate()
172 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
244 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-qnx.cc113 void* addr = OS::GetRandomMmapAddr(); in Allocate()
198 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
270 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-solaris.cc93 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
165 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-freebsd.cc141 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
213 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-posix.cc175 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()
Dplatform-cygwin.cc142 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection); in RandomizedVirtualAlloc()
Dplatform-aix.cc41 void* addr = OS::GetRandomMmapAddr(); in mmapHelper()
Dplatform.h200 static void* GetRandomMmapAddr();
Dplatform-win32.cc729 void* OS::GetRandomMmapAddr() { in GetRandomMmapAddr() function in v8::base::OS
768 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection); in RandomizedVirtualAlloc()