Searched refs:CommitPageSize (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/base/platform/ |
D | platform-linux.cc | 303 CHECK(InVM(address, OS::CommitPageSize())); in Guard() 304 OS::Guard(address, OS::CommitPageSize()); in Guard()
|
D | platform-solaris.cc | 159 OS::Guard(address, OS::CommitPageSize()); in Guard()
|
D | platform-macos.cc | 200 OS::Guard(address, OS::CommitPageSize()); in Guard()
|
D | platform-aix.cc | 204 OS::Guard(address, OS::CommitPageSize()); in Guard()
|
D | platform-cygwin.cc | 233 OS::CommitPageSize(), in Guard()
|
D | platform-freebsd.cc | 207 OS::Guard(address, OS::CommitPageSize()); in Guard()
|
D | platform-qnx.cc | 264 OS::Guard(address, OS::CommitPageSize()); in Guard()
|
D | platform-openbsd.cc | 238 OS::Guard(address, OS::CommitPageSize()); in Guard()
|
D | platform.h | 183 static intptr_t CommitPageSize();
|
D | platform-win32.cc | 808 intptr_t OS::CommitPageSize() { in CommitPageSize() function in v8::base::OS 1265 OS::CommitPageSize(), in Guard()
|
D | platform-posix.cc | 97 intptr_t OS::CommitPageSize() { in CommitPageSize() function in v8::base::OS
|
/external/v8/src/heap/ |
D | spaces.cc | 1039 return base::OS::CommitPageSize(); in AllocateChunk()
|