Home
last modified time | relevance | path

Searched refs:NeedsYoungEpoch (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.h101 static bool NeedsYoungEpoch(ScopeId id);
Dgc-tracer.cc75 bool GCTracer::Scope::NeedsYoungEpoch(ScopeId id) { in NeedsYoungEpoch() function in v8::internal::GCTracer::Scope