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

  /external/chromium_org/v8/src/
platform-linux.cc 119 void* addr = OS::GetRandomMmapAddr();
149 mmap(OS::GetRandomMmapAddr(),
169 mmap(OS::GetRandomMmapAddr(),
262 void* addr = mmap(OS::GetRandomMmapAddr(),
297 void* reservation = mmap(OS::GetRandomMmapAddr(),
372 void* result = mmap(OS::GetRandomMmapAddr(),
platform-macos.cc 58 void* mbase = mmap(OS::GetRandomMmapAddr(),
92 mmap(OS::GetRandomMmapAddr(),
112 mmap(OS::GetRandomMmapAddr(),
189 void* reservation = mmap(OS::GetRandomMmapAddr(),
261 void* result = mmap(OS::GetRandomMmapAddr(),
platform-qnx.cc 111 void* addr = OS::GetRandomMmapAddr();
141 mmap(OS::GetRandomMmapAddr(),
161 mmap(OS::GetRandomMmapAddr(),
254 void* reservation = mmap(OS::GetRandomMmapAddr(),
326 void* result = mmap(OS::GetRandomMmapAddr(),
platform-openbsd.cc 60 void* addr = OS::GetRandomMmapAddr();
218 void* reservation = mmap(OS::GetRandomMmapAddr(),
290 void* result = mmap(OS::GetRandomMmapAddr(),
platform-solaris.cc 160 void* reservation = mmap(OS::GetRandomMmapAddr(),
232 void* result = mmap(OS::GetRandomMmapAddr(),
platform-freebsd.cc 187 void* reservation = mmap(OS::GetRandomMmapAddr(),
259 void* result = mmap(OS::GetRandomMmapAddr(),
platform.h 216 static void* GetRandomMmapAddr();
platform-win32.cc 711 void* OS::GetRandomMmapAddr() {
745 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
    [all...]
platform-posix.cc 188 void* OS::GetRandomMmapAddr() {

Completed in 74 milliseconds