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.cc89 double CompilerDispatcherTracer::EstimateCompileInMs( in EstimateCompileInMs() function in v8::internal::CompilerDispatcherTracer
104 EstimatePrepareInMs(), EstimateCompileInMs(1 * KB), in DumpStatistics()
Dcompiler-dispatcher-tracer.h60 double EstimateCompileInMs(size_t source_length) const;
Dunoptimized-compile-job.cc358 return tracer_->EstimateCompileInMs(parse_info_->end_position() - in EstimateRuntimeOfNextStepInMs()