Searched refs:consecutive_ineffective_mark_compacts_ (Results 1 – 2 of 2) sorted by relevance
3813 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()
2234 int consecutive_ineffective_mark_compacts_ = 0; variable