Home
last modified time | relevance | path

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

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.cc84 double CompilerDispatcherTracer::EstimatePrepareInMs() const { in EstimatePrepareInMs() function in v8::internal::CompilerDispatcherTracer
104 EstimatePrepareInMs(), EstimateCompileInMs(1 * KB), in DumpStatistics()
Dcompiler-dispatcher-tracer.h59 double EstimatePrepareInMs() const;
Dunoptimized-compile-job.cc356 return tracer_->EstimatePrepareInMs(); in EstimateRuntimeOfNextStepInMs()