Home
last modified time | relevance | path

Searched refs:consecutive_ineffective_mark_compacts_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.cc3813 consecutive_ineffective_mark_compacts_ = 0; in CheckIneffectiveMarkCompact()
3816 ++consecutive_ineffective_mark_compacts_; in CheckIneffectiveMarkCompact()
3817 if (consecutive_ineffective_mark_compacts_ == in CheckIneffectiveMarkCompact()
3821 consecutive_ineffective_mark_compacts_ = 0; in CheckIneffectiveMarkCompact()
Dheap.h2234 int consecutive_ineffective_mark_compacts_ = 0; variable