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