Home
last modified time | relevance | path

Searched refs:ms_count_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dheap.h531 int ms_count() const { return ms_count_; } in ms_count()
2039 unsigned int ms_count_ = 0; variable
H A Dheap.cc2256 ms_count_++; in MarkCompact()
3393 if (ms_count_ == 0 && CommittedMemory() > kMinCommittedMemory && in ActivateMemoryReducerIfNeeded()
5314 if (old_generation_capacity_after_bootstrap_ && ms_count_ == 0 && in NotifyOldGenerationExpansion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap.h604 int ms_count() const { return ms_count_; } in ms_count()
2126 unsigned int ms_count_ = 0; variable
H A Dheap.cc2150 ms_count_++; in MarkCompact()
3337 if (ms_count_ == 0 && CommittedMemory() > kMinCommittedMemory && in ActivateMemoryReducerIfNeeded()
5285 if (old_generation_capacity_after_bootstrap_ && ms_count_ == 0 && in NotifyOldGenerationExpansion()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.h627 int ms_count() const { return ms_count_; } in ms_count()
2303 unsigned int ms_count_ = 0; variable
H A Dheap.cc2475 ms_count_++; in MarkCompact()
3679 if (ms_count_ == 0 && CommittedMemory() > kMinCommittedMemory && in ActivateMemoryReducerIfNeeded()
5801 if (old_generation_capacity_after_bootstrap_ && ms_count_ == 0 && in NotifyOldGenerationExpansion()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.h829 int ms_count() const { return ms_count_; } in ms_count()
2319 unsigned int ms_count_; variable
H A Dheap.cc178 ms_count_(0), in Heap()
1856 ms_count_++; in MarkCompact()
3054 if (ms_count_ == 0 && CommittedMemory() > kMinCommittedMemory && in ActivateMemoryReducerIfNeeded()