Searched refs:should_hurry (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | incremental-marking.h | 63 bool should_hurry() { return should_hurry_; } in should_hurry() function |
D | heap.cc | 509 !incremental_marking()->should_hurry() && in CollectGarbage() |