Home | History | Annotate | Download | only in compiler-dispatcher

Lines Matching refs:CompilerDispatcherTracer

23   CompilerDispatcherTracer::ScopeID tracer_scope_id(                         \
24 CompilerDispatcherTracer::ScopeID::scope_id); \
25 CompilerDispatcherTracer::Scope trace_scope(tracer, tracer_scope_id, num); \
27 CompilerDispatcherTracer::Scope::Name(tracer_scope_id))
32 class V8_EXPORT_PRIVATE CompilerDispatcherTracer {
38 Scope(CompilerDispatcherTracer* tracer, ScopeID scope_id, size_t num = 0);
44 CompilerDispatcherTracer* tracer_;
52 explicit CompilerDispatcherTracer(Isolate* isolate);
53 ~CompilerDispatcherTracer();
77 DISALLOW_COPY_AND_ASSIGN(CompilerDispatcherTracer);