Home
last modified time | relevance | path

Searched refs:epoch_full_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer-inl.h92 return Scope::NeedsYoungEpoch(id) ? epoch_young_ : epoch_full_; in CurrentEpoch()
Dgc-tracer.h495 CollectionEpoch epoch_full_ = 0; variable
Dgc-tracer.cc327 epoch_full_ = next_epoch(); in StartCycle()