Lines Matching defs:pipeline_statistics
89 PipelineStatistics* pipeline_statistics)
95 pipeline_statistics_(pipeline_statistics),
102 PhaseScope scope(pipeline_statistics, "init pipeline data");
170 PipelineStatistics* pipeline_statistics() { return pipeline_statistics_; }
300 if (pipeline_statistics() != nullptr) {
301 pipeline_statistics()->BeginPhaseKind(phase_kind_name);
306 if (pipeline_statistics() != nullptr) {
307 pipeline_statistics()->EndPhaseKind();
477 phase_name == nullptr ? nullptr : data->pipeline_statistics(),
490 PipelineStatistics* pipeline_statistics = nullptr;
493 pipeline_statistics = new PipelineStatistics(info, zone_stats);
494 pipeline_statistics->BeginPhaseKind("initializing");
518 return pipeline_statistics;
1652 std::unique_ptr<PipelineStatistics> pipeline_statistics;
1654 pipeline_statistics.reset(new PipelineStatistics(&info, &zone_stats));
1655 pipeline_statistics->BeginPhaseKind("stub codegen");
1677 std::unique_ptr<PipelineStatistics> pipeline_statistics(
1679 PipelineData data(&zone_stats, info, pipeline_statistics.get());
1706 std::unique_ptr<PipelineStatistics> pipeline_statistics;
1708 pipeline_statistics.reset(new PipelineStatistics(info, &zone_stats));
1709 pipeline_statistics->BeginPhaseKind("test codegen");