Lines Matching refs:GCTracer
15 GCTracer::IncrementalMarkingInfos::IncrementalMarkingInfos() in IncrementalMarkingInfos()
18 void GCTracer::IncrementalMarkingInfos::Update(double delta) { in Update()
26 void GCTracer::IncrementalMarkingInfos::ResetCurrentCycle() { in ResetCurrentCycle()
32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope()
44 runtime_stats_->Enter(&timer_, GCTracer::RCSCounterFromScope(scope)); in Scope()
49 runtime_stats_->Enter(&timer_, GCTracer::RCSCounterFromScope(scope)); in Scope()
54 GCTracer::Scope::~Scope() { in ~Scope()
80 constexpr int GCTracer::Scope::IncrementalOffset(ScopeId id) { in IncrementalOffset()
86 constexpr bool GCTracer::Event::IsYoungGenerationEvent(Type type) { in IsYoungGenerationEvent()
91 CollectionEpoch GCTracer::CurrentEpoch(Scope::ScopeId id) const { in CurrentEpoch()
96 bool GCTracer::IsInObservablePause() const { in IsInObservablePause()
100 bool GCTracer::IsConsistentWithCollector(GarbageCollector collector) const { in IsConsistentWithCollector()
110 bool GCTracer::IsSweepingInProgress() const { in IsSweepingInProgress()
117 constexpr double GCTracer::current_scope(Scope::ScopeId id) const { in current_scope()
130 constexpr const GCTracer::IncrementalMarkingInfos& GCTracer::incremental_scope( in incremental_scope()
135 void GCTracer::AddScopeSample(Scope::ScopeId id, double duration) { in AddScopeSample()
150 WorkerThreadRuntimeCallStats* GCTracer::worker_thread_runtime_call_stats() { in worker_thread_runtime_call_stats()
154 RuntimeCallCounterId GCTracer::RCSCounterFromScope(Scope::ScopeId id) { in RCSCounterFromScope()
162 double GCTracer::MonotonicallyIncreasingTimeInMs() { in MonotonicallyIncreasingTimeInMs()