Lines Matching refs:CompilerDispatcherTracer
24 CompilerDispatcherTracer::Scope::Scope(CompilerDispatcherTracer* tracer, in Scope()
30 CompilerDispatcherTracer::Scope::~Scope() { in ~Scope()
46 const char* CompilerDispatcherTracer::Scope::Name(ScopeID scope_id) { in Name()
58 CompilerDispatcherTracer::CompilerDispatcherTracer(Isolate* isolate) in CompilerDispatcherTracer() function in v8::internal::CompilerDispatcherTracer
66 CompilerDispatcherTracer::~CompilerDispatcherTracer() {} in ~CompilerDispatcherTracer()
68 void CompilerDispatcherTracer::RecordPrepare(double duration_ms) { in RecordPrepare()
73 void CompilerDispatcherTracer::RecordCompile(double duration_ms, in RecordCompile()
79 void CompilerDispatcherTracer::RecordFinalize(double duration_ms) { in RecordFinalize()
84 double CompilerDispatcherTracer::EstimatePrepareInMs() const { in EstimatePrepareInMs()
89 double CompilerDispatcherTracer::EstimateCompileInMs( in EstimateCompileInMs()
95 double CompilerDispatcherTracer::EstimateFinalizeInMs() const { in EstimateFinalizeInMs()
100 void CompilerDispatcherTracer::DumpStatistics() const { in DumpStatistics()
108 double CompilerDispatcherTracer::Average( in Average()
115 double CompilerDispatcherTracer::Estimate( in Estimate()