Searched refs:pipeline_stats_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dpipeline-statistics.h83 : pipeline_stats_(pipeline_stats) {
84 if (pipeline_stats_ != nullptr) pipeline_stats_->BeginPhase(name);
87 if (pipeline_stats_ != nullptr) pipeline_stats_->EndPhase();
91 PipelineStatistics* const pipeline_stats_; member in class:v8::internal::compiler::PhaseScope

Completed in 240 milliseconds