Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dplatform-linux.cc137 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()
Dplatform-macos.cc59 void* mbase = mmap(OS::GetRandomMmapAddr(), in Allocate()
132 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
204 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-openbsd.cc60 void* addr = OS::GetRandomMmapAddr(); in Allocate()
170 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
242 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-qnx.cc111 void* addr = OS::GetRandomMmapAddr(); in Allocate()
196 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
268 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-solaris.cc92 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
164 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-freebsd.cc139 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory()
211 void* result = mmap(OS::GetRandomMmapAddr(), in ReserveRegion()
Dplatform-posix.cc154 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()
Dplatform-aix.cc41 void* addr = OS::GetRandomMmapAddr(); in mmapHelper()
Dplatform-cygwin.cc140 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection); in RandomizedVirtualAlloc()
Dplatform.h188 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()