Searched refs:GetRandomMmapAddr (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-linux.cc137 void* addr = OS::GetRandomMmapAddr();
167 mmap(OS::GetRandomMmapAddr(),
187 mmap(OS::GetRandomMmapAddr(),
280 void* addr = mmap(OS::GetRandomMmapAddr(), size,
312 void* reservation = mmap(OS::GetRandomMmapAddr(),
387 void* result = mmap(OS::GetRandomMmapAddr(),
H A Dplatform-macos.cc59 void* mbase = mmap(OS::GetRandomMmapAddr(),
93 mmap(OS::GetRandomMmapAddr(),
113 mmap(OS::GetRandomMmapAddr(),
190 void* reservation = mmap(OS::GetRandomMmapAddr(),
262 void* result = mmap(OS::GetRandomMmapAddr(),
H A Dplatform-qnx.cc112 void* addr = OS::GetRandomMmapAddr();
142 mmap(OS::GetRandomMmapAddr(),
162 mmap(OS::GetRandomMmapAddr(),
255 void* reservation = mmap(OS::GetRandomMmapAddr(),
327 void* result = mmap(OS::GetRandomMmapAddr(),
H A Dplatform-openbsd.cc61 void* addr = OS::GetRandomMmapAddr();
219 void* reservation = mmap(OS::GetRandomMmapAddr(),
291 void* result = mmap(OS::GetRandomMmapAddr(),
H A Dplatform-solaris.cc160 void* reservation = mmap(OS::GetRandomMmapAddr(),
232 void* result = mmap(OS::GetRandomMmapAddr(),
H A Dplatform-freebsd.cc188 void* reservation = mmap(OS::GetRandomMmapAddr(),
260 void* result = mmap(OS::GetRandomMmapAddr(),
H A Dplatform-cygwin.cc188 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
H A Dplatform.h224 static void* GetRandomMmapAddr();
H A Dplatform-posix.cc153 void* OS::GetRandomMmapAddr() { function in class:v8::base::OS
H A Dplatform-win32.cc736 void* OS::GetRandomMmapAddr() { function in class:v8::base::OS
763 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);

Completed in 94 milliseconds