Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.h52 using CollectionEpoch = uint32_t; variable
235 V8_INLINE CollectionEpoch CurrentEpoch(Scope::ScopeId id) const;
494 CollectionEpoch epoch_young_ = 0;
495 CollectionEpoch epoch_full_ = 0;
Dgc-tracer-inl.h91 CollectionEpoch GCTracer::CurrentEpoch(Scope::ScopeId id) const { in CurrentEpoch()
Dgc-tracer.cc41 std::atomic<CollectionEpoch> global_epoch{0};
43 CollectionEpoch next_epoch() { in next_epoch()