Home
last modified time | relevance | path

Searched refs:ScopeId (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.h35 tracer, GCTracer::Scope::ScopeId(scope_id), ThreadKind::kMain); \
37 GCTracer::Scope::Name(GCTracer::Scope::ScopeId(scope_id)))
41 tracer, GCTracer::Scope::ScopeId(scope_id), thread_kind); \
43 GCTracer::Scope::Name(GCTracer::Scope::ScopeId(scope_id)))
47 tracer, GCTracer::Scope::ScopeId(scope_id), thread_kind); \
49 GCTracer::Scope::Name(GCTracer::Scope::ScopeId(scope_id)), \
73 enum ScopeId { enum in v8::internal::GCTracer::Scope
96 V8_INLINE Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind);
100 static const char* Name(ScopeId id);
101 static bool NeedsYoungEpoch(ScopeId i
[all...]
H A Dgc-tracer-inl.h32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope()
63 if (scope_ == ScopeId::MC_INCREMENTAL || in ~Scope()
64 scope_ == ScopeId::MC_INCREMENTAL_START || in ~Scope()
65 scope_ == ScopeId::MC_INCREMENTAL_FINALIZE) { in ~Scope()
80 constexpr int GCTracer::Scope::IncrementalOffset(ScopeId id) { in IncrementalOffset()
91 CollectionEpoch GCTracer::CurrentEpoch(Scope::ScopeId id) const { in CurrentEpoch()
117 constexpr double GCTracer::current_scope(Scope::ScopeId id) const { in current_scope()
131 Scope::ScopeId id) const { in incremental_scope()
135 void GCTracer::AddScopeSample(Scope::ScopeId id, double duration) { in AddScopeSample()
154 RuntimeCallCounterId GCTracer::RCSCounterFromScope(Scope::ScopeId i
[all...]
H A Dlocal-heap.cc268 GCTracer::Scope::ScopeId scope_id; in SleepInUnpark()
311 GCTracer::Scope::ScopeId scope_id; in SleepInSafepoint()
H A Darray-buffer-sweeper.cc160 GCTracer::Scope::ScopeId scope_id = in RequestSweep()
H A Dmark-compact.cc3620 virtual GCTracer::Scope::ScopeId GetBackgroundTracingScope() = 0;
3621 virtual GCTracer::Scope::ScopeId GetTracingScope() = 0;
3714 GCTracer::Scope::ScopeId GetBackgroundTracingScope() override {
3718 GCTracer::Scope::ScopeId GetTracingScope() override {
4197 GCTracer::Scope::ScopeId scope, GCTracer::Scope::ScopeId background_scope) in PointersUpdatingJob()
4246 GCTracer::Scope::ScopeId scope_;
4247 GCTracer::Scope::ScopeId background_scope_;
5919 GCTracer::Scope::ScopeId GetBackgroundTracingScope() override {
5923 GCTracer::Scope::ScopeId GetTracingScop
[all...]
H A Dgc-tracer.cc61 const char* GCTracer::Scope::Name(ScopeId id) { in Name()
75 bool GCTracer::Scope::NeedsYoungEpoch(ScopeId id) { in NeedsYoungEpoch()
H A Dheap.cc2227 GCTracer::Scope::ScopeId CollectorScopeId(GarbageCollector collector) { in CollectorScopeId()
2230 return GCTracer::Scope::ScopeId::MARK_COMPACTOR; in CollectorScopeId()
2232 return GCTracer::Scope::ScopeId::MINOR_MARK_COMPACTOR; in CollectorScopeId()
2234 return GCTracer::Scope::ScopeId::SCAVENGER; in CollectorScopeId()
2444 GCTracer::Scope::ScopeId scope_id; in CompleteSweepingYoung()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.h78 enum ScopeId { enum in cppgc::internal::final
121 constexpr static const char* GetScopeName(ScopeId id, CollectionType type) { in GetScopeName()
158 ScopeId, ConcurrentScopeId>;
324 void RecordHistogramSample(ScopeId, v8::base::TimeDelta);
H A Dstats-collector.cc344 void StatsCollector::RecordHistogramSample(ScopeId scope_id_, in RecordHistogramSample()
H A Dsweeper.cc908 StatsCollector::ScopeId internal_scope_id) { in PerformSweepOnMutatorThread()
/third_party/python/Modules/
H A Doverlapped.c1352 unsigned long ScopeId; in parse_address() local
1385 &Host_obj, &Port, &FlowInfo, &ScopeId)) in parse_address()
1405 ((SOCKADDR_IN6*)Address)->sin6_scope_id = ScopeId; in parse_address()

Completed in 31 milliseconds