Home
last modified time | relevance | path

Searched refs:CommitPageSize (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/base/platform/
Dplatform-linux.cc303 CHECK(InVM(address, OS::CommitPageSize())); in Guard()
304 OS::Guard(address, OS::CommitPageSize()); in Guard()
Dplatform-solaris.cc159 OS::Guard(address, OS::CommitPageSize()); in Guard()
Dplatform-macos.cc200 OS::Guard(address, OS::CommitPageSize()); in Guard()
Dplatform-aix.cc204 OS::Guard(address, OS::CommitPageSize()); in Guard()
Dplatform-cygwin.cc233 OS::CommitPageSize(), in Guard()
Dplatform-freebsd.cc207 OS::Guard(address, OS::CommitPageSize()); in Guard()
Dplatform-qnx.cc264 OS::Guard(address, OS::CommitPageSize()); in Guard()
Dplatform-openbsd.cc238 OS::Guard(address, OS::CommitPageSize()); in Guard()
Dplatform.h183 static intptr_t CommitPageSize();
Dplatform-win32.cc808 intptr_t OS::CommitPageSize() { in CommitPageSize() function in v8::base::OS
1265 OS::CommitPageSize(), in Guard()
Dplatform-posix.cc97 intptr_t OS::CommitPageSize() { in CommitPageSize() function in v8::base::OS
/external/v8/src/heap/
Dspaces.cc1039 return base::OS::CommitPageSize(); in AllocateChunk()