HomeSort by relevance Sort by last modified time
    Searched refs:GetRandomMmapAddr (Results 1 - 11 of 11) sorted by null

  /external/v8/src/base/platform/
platform-linux.cc 116 void* addr = OS::GetRandomMmapAddr();
199 void* addr = mmap(OS::GetRandomMmapAddr(), size, PROT_READ | PROT_EXEC,
221 mmap(OS::GetRandomMmapAddr(), request_size, PROT_NONE,
287 mmap(OS::GetRandomMmapAddr(), size, PROT_NONE,
platform-macos.cc 59 void* mbase = mmap(OS::GetRandomMmapAddr(),
134 void* reservation = mmap(OS::GetRandomMmapAddr(),
206 void* result = mmap(OS::GetRandomMmapAddr(),
platform-openbsd.cc 62 void* addr = OS::GetRandomMmapAddr();
172 void* reservation = mmap(OS::GetRandomMmapAddr(),
244 void* result = mmap(OS::GetRandomMmapAddr(),
platform-qnx.cc 113 void* addr = OS::GetRandomMmapAddr();
198 void* reservation = mmap(OS::GetRandomMmapAddr(),
270 void* result = mmap(OS::GetRandomMmapAddr(),
platform-freebsd.cc 141 void* reservation = mmap(OS::GetRandomMmapAddr(),
213 void* result = mmap(OS::GetRandomMmapAddr(),
platform-solaris.cc 93 void* reservation = mmap(OS::GetRandomMmapAddr(),
165 void* result = mmap(OS::GetRandomMmapAddr(),
platform-posix.cc 175 void* OS::GetRandomMmapAddr() {
306 mmap(OS::GetRandomMmapAddr(), size, PROT_READ | PROT_WRITE,
325 void* memory = mmap(OS::GetRandomMmapAddr(), result,
platform-aix.cc 41 void* addr = OS::GetRandomMmapAddr();
platform-cygwin.cc 142 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
platform.h 200 static void* GetRandomMmapAddr();
platform-win32.cc 729 void* OS::GetRandomMmapAddr() {
768 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
    [all...]

Completed in 55 milliseconds