Home
last modified time | relevance | path

Searched refs:EstimateCompileInMs (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.cc151 double CompilerDispatcherTracer::EstimateCompileInMs( in EstimateCompileInMs() function in v8::internal::CompilerDispatcherTracer
170 EstimatePrepareToCompileInMs(), EstimateCompileInMs(1 * KB), in DumpStatistics()
Dcompiler-dispatcher-tracer.h76 double EstimateCompileInMs(size_t ast_size_in_bytes) const;
Dcompiler-dispatcher-job.cc461 return tracer_->EstimateCompileInMs( in EstimateRuntimeOfNextStepInMs()