Home
last modified time | relevance | path

Searched refs:HasLazyCommits (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc172 if (!base::OS::HasLazyCommits()) return CommittedMemory(); in CommittedPhysicalMemory()
319 if (!base::OS::HasLazyCommits()) return; in IncrementCommittedPhysicalMemory()
326 if (!base::OS::HasLazyCommits()) return; in DecrementCommittedPhysicalMemory()
449 if (!base::OS::HasLazyCommits()) return CommittedMemory(); in CommittedPhysicalMemory()
H A Dpaged-spaces.cc209 if (!base::OS::HasLazyCommits()) { in CommittedPhysicalMemory()
218 if (!base::OS::HasLazyCommits() || increment_value == 0) return; in IncrementCommittedPhysicalMemory()
226 if (!base::OS::HasLazyCommits() || decrement_value == 0) return; in DecrementCommittedPhysicalMemory()
H A Dmemory-chunk.cc201 if (!base::OS::HasLazyCommits() || IsLargePage()) return size(); in CommittedPhysicalMemory()
H A Dread-only-spaces.cc586 if (!base::OS::HasLazyCommits()) return CommittedMemory(); in CommittedPhysicalMemory()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc203 bool OS::HasLazyCommits() { in HasLazyCommits() function in v8::base::OS
H A Dplatform-starboard.cc228 bool OS::HasLazyCommits() { in HasLazyCommits() function in v8::base::OS
H A Dplatform.h218 static bool HasLazyCommits();
H A Dplatform-fuchsia.cc346 bool OS::HasLazyCommits() { return true; } in HasLazyCommits() function in v8::base::OS
H A Dplatform-posix.cc602 bool OS::HasLazyCommits() { in HasLazyCommits() function in v8::base::OS
H A Dplatform-win32.cc1093 bool OS::HasLazyCommits() { in HasLazyCommits() function in v8::base::OS

Completed in 14 milliseconds