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

  /external/v8/src/
platform.h 189 static intptr_t CommitPageSize();
platform-posix.cc 76 intptr_t OS::CommitPageSize() {
platform-cygwin.cc 367 OS::CommitPageSize(),
platform-macos.cc 441 OS::Guard(address, OS::CommitPageSize());
platform-solaris.cc 413 OS::Guard(address, OS::CommitPageSize());
spaces.cc 501 OS::CommitPageSize()) + CodePageGuardSize();
707 return RoundUp(Page::kObjectStartOffset, OS::CommitPageSize());
712 return static_cast<int>(OS::CommitPageSize());
726 return Page::kPageSize - static_cast<int>(OS::CommitPageSize());
    [all...]
store-buffer.cc 73 int initial_length = static_cast<int>(OS::CommitPageSize() / kPointerSize);
platform-win32.cc 955 intptr_t OS::CommitPageSize() {
    [all...]
platform-freebsd.cc 423 OS::Guard(address, OS::CommitPageSize());
platform-linux.cc 676 OS::Guard(address, OS::CommitPageSize());
    [all...]
platform-openbsd.cc 470 OS::Guard(address, OS::CommitPageSize());

Completed in 363 milliseconds