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

  /external/chromium_org/v8/test/cctest/
test-spaces.cc 173 MemoryChunk::kAlignment : OS::CommitPageSize();
177 : RoundUp(header_size + reserve_area_size, OS::CommitPageSize());
  /external/chromium_org/v8/src/
platform-solaris.cc 226 OS::Guard(address, OS::CommitPageSize());
platform.h 207 static intptr_t CommitPageSize();
platform-cygwin.cc 306 OS::CommitPageSize(),
platform-freebsd.cc 253 OS::Guard(address, OS::CommitPageSize());
platform-linux.cc 366 OS::Guard(address, OS::CommitPageSize());
platform-macos.cc 255 OS::Guard(address, OS::CommitPageSize());
platform-openbsd.cc 284 OS::Guard(address, OS::CommitPageSize());
platform-qnx.cc 320 OS::Guard(address, OS::CommitPageSize());
spaces.cc 514 size_t commit_size = RoundUp(header_size + requested, OS::CommitPageSize());
516 OS::CommitPageSize());
626 OS::CommitPageSize()) + CodePageGuardSize();
638 OS::CommitPageSize());
671 OS::CommitPageSize());
673 commit_area_size, OS::CommitPageSize());
859 return RoundUp(Page::kObjectStartOffset, OS::CommitPageSize());
864 return static_cast<int>(OS::CommitPageSize());
878 return Page::kPageSize - static_cast<int>(OS::CommitPageSize());
    [all...]
platform-win32.cc 785 intptr_t OS::CommitPageSize() {
    [all...]
platform-posix.cc 148 intptr_t OS::CommitPageSize() {
store-buffer.cc 54 int initial_length = static_cast<int>(OS::CommitPageSize() / kPointerSize);
deoptimizer.cc 22 OS::CommitPageSize(),
104 int commit_page_size = static_cast<int>(OS::CommitPageSize());
    [all...]

Completed in 141 milliseconds