Searched refs:kWait (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | memory-reducer.cc | 69 DCHECK_EQ(kWait, state_.action); in NotifyTimer() 81 } else if (state_.action == kWait) { in NotifyTimer() 111 if (old_action != kWait && state_.action == kWait) { in NotifyMarkCompact() 119 state_.action == kWait ? "will do more" : "done"); in NotifyMarkCompact() 128 if (old_action != kWait && state_.action == kWait) { in NotifyPossibleGarbage() 159 return State(kWait, 0, event.time_ms + kLongDelayMs, in Step() 167 kWait, 0, event.time_ms + kLongDelayMs, in Step() 171 case kWait: in Step() 189 return State(kWait, state.started_gcs, event.time_ms + kLongDelayMs, in Step() 193 return State(kWait, state.started_gcs, event.time_ms + kLongDelayMs, in Step() [all …]
|
D | memory-reducer.h | 89 enum Action { kDone, kWait, kRun }; enumerator
|