Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-idle-time-handler.cc123 if (EnoughGarbageSinceLastIdleRound() || heap_state.contexts_disposed > 0) { in Compute()
Dgc-idle-time-handler.h175 bool EnoughGarbageSinceLastIdleRound() { in EnoughGarbageSinceLastIdleRound() function