Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1969 mark_sweeps_since_idle_round_started_ = kMaxMarkSweepsInIdleRound; in FinishIdleRound()
2037 static const int kMaxMarkSweepsInIdleRound = 7; variable
Dheap.cc4902 if (mark_sweeps_since_idle_round_started_ >= kMaxMarkSweepsInIdleRound) { in IdleNotification()
4914 if (mark_sweeps_since_idle_round_started_ >= kMaxMarkSweepsInIdleRound) { in IdleNotification()