Searched refs:NeedsYoungEpoch (Results 1 – 3 of 3) sorted by relevance
92 return Scope::NeedsYoungEpoch(id) ? epoch_young_ : epoch_full_; in CurrentEpoch()
101 static bool NeedsYoungEpoch(ScopeId id);
75 bool GCTracer::Scope::NeedsYoungEpoch(ScopeId id) { in NeedsYoungEpoch() function in v8::internal::GCTracer::Scope