Home
last modified time | relevance | path

Searched refs:contexts_disposed (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dgc-idle-time-handler.cc123 if (EnoughGarbageSinceLastIdleRound() || heap_state.contexts_disposed > 0) { in Compute()
140 heap_state.contexts_disposed > 0)) { in Compute()
148 if (heap_state.contexts_disposed > 0 || in Compute()
Dgc-idle-time-handler-unittest.cc24 result.contexts_disposed = 0; in DefaultHeapState()
149 heap_state.contexts_disposed = 1; in TEST_F()
161 heap_state.contexts_disposed = 1; in TEST_F()
172 heap_state.contexts_disposed = 1; in TEST_F()
Dgc-idle-time-handler.h125 int contexts_disposed; member
Dheap.cc4306 heap_state.contexts_disposed = contexts_disposed_; in IdleNotification()