/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 | 291 OS::Guard(address, OS::CommitPageSize());
|
platform-cygwin.cc | 333 OS::CommitPageSize(),
|
platform-freebsd.cc | 279 OS::Guard(address, OS::CommitPageSize());
|
platform-linux.cc | 385 OS::Guard(address, OS::CommitPageSize());
|
platform-macos.cc | 281 OS::Guard(address, OS::CommitPageSize());
|
platform-openbsd.cc | 311 OS::Guard(address, OS::CommitPageSize());
|
platform.h | 235 static intptr_t CommitPageSize();
|
spaces.cc | 517 size_t commit_size = RoundUp(header_size + requested, OS::CommitPageSize()); 519 OS::CommitPageSize()); 638 OS::CommitPageSize()) + CodePageGuardSize(); 650 OS::CommitPageSize()); 683 OS::CommitPageSize()); 685 commit_area_size, OS::CommitPageSize()); 871 return RoundUp(Page::kObjectStartOffset, OS::CommitPageSize()); 876 return static_cast<int>(OS::CommitPageSize()); 890 return Page::kPageSize - static_cast<int>(OS::CommitPageSize()); [all...] |
platform-win32.cc | 911 intptr_t OS::CommitPageSize() { [all...] |
platform-posix.cc | 163 intptr_t OS::CommitPageSize() {
|
store-buffer.cc | 75 int initial_length = static_cast<int>(OS::CommitPageSize() / kPointerSize);
|
deoptimizer.cc | 45 OS::CommitPageSize(), 131 int commit_page_size = static_cast<int>(OS::CommitPageSize()); [all...] |
/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());
|