Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dpipeline-statistics.h89 : pipeline_stats_(pipeline_stats) { in PhaseScope()
90 if (pipeline_stats_ != nullptr) pipeline_stats_->BeginPhase(name); in PhaseScope()
93 if (pipeline_stats_ != nullptr) pipeline_stats_->EndPhase(); in ~PhaseScope()
99 PipelineStatistics* const pipeline_stats_; member in v8::internal::compiler::PhaseScope

Completed in 1 milliseconds