Home
last modified time | relevance | path

Searched refs:NeedsYoungEpoch (Results 1 – 2 of 2) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dgc-tracer.h112 static bool NeedsYoungEpoch(ScopeId id);
H A Dgc-tracer.cc62 if (Scope::NeedsYoungEpoch(scope_id)) { in CurrentEpoch()
127 bool GCTracer::Scope::NeedsYoungEpoch(ScopeId id) { in NeedsYoungEpoch() function in v8::internal::GCTracer::Scope