HomeSort by relevance Sort by last modified time
    Searched refs:CompilerDispatcherTracer (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.h 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);
    [all...]
compiler-dispatcher-tracer.cc 24 CompilerDispatcherTracer::Scope::Scope(CompilerDispatcherTracer* tracer,
30 CompilerDispatcherTracer::Scope::~Scope() {
46 const char* CompilerDispatcherTracer::Scope::Name(ScopeID scope_id) {
58 CompilerDispatcherTracer::CompilerDispatcherTracer(Isolate* isolate)
66 CompilerDispatcherTracer::~CompilerDispatcherTracer() {}
68 void CompilerDispatcherTracer::RecordPrepare(double duration_ms) {
73 void CompilerDispatcherTracer::RecordCompile(double duration_ms
    [all...]
unoptimized-compile-job.h 20 class CompilerDispatcherTracer;
35 UnoptimizedCompileJob(Isolate* isolate, CompilerDispatcherTracer* tracer,
64 CompilerDispatcherTracer* tracer_;
compiler-dispatcher.h 34 class CompilerDispatcherTracer;
161 std::unique_ptr<CompilerDispatcherTracer> tracer_;
unoptimized-compile-job.cc 67 CompilerDispatcherTracer* tracer,
compiler-dispatcher.cc 179 tracer_(new CompilerDispatcherTracer(isolate_)),

Completed in 148 milliseconds