Searched refs:CollectionEpoch (Results 1 – 3 of 3) sorted by relevance
52 using CollectionEpoch = uint32_t; variable235 V8_INLINE CollectionEpoch CurrentEpoch(Scope::ScopeId id) const;494 CollectionEpoch epoch_young_ = 0;495 CollectionEpoch epoch_full_ = 0;
91 CollectionEpoch GCTracer::CurrentEpoch(Scope::ScopeId id) const { in CurrentEpoch()
41 std::atomic<CollectionEpoch> global_epoch{0};43 CollectionEpoch next_epoch() { in next_epoch()