Lines Matching refs:tracer
33 #define TRACE_GC(tracer, scope_id) \
35 tracer, GCTracer::Scope::ScopeId(scope_id), ThreadKind::kMain); \
39 #define TRACE_GC1(tracer, scope_id, thread_kind) \
41 tracer, GCTracer::Scope::ScopeId(scope_id), thread_kind); \
45 #define TRACE_GC_EPOCH(tracer, scope_id, thread_kind) \
47 tracer, GCTracer::Scope::ScopeId(scope_id), thread_kind); \
50 "epoch", tracer->CurrentEpoch(scope_id))
96 V8_INLINE Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind);
479 // Pointer to the heap that owns this tracer.
482 // Current tracer event. Populated during Start/Stop cycle. Valid after Stop()
486 // Previous tracer event.
514 // here are merged back upon starting/stopping the GC tracer.