Home | History | Annotate | Download | only in compiler

Lines Matching full:pipeline_statistics

78                PipelineStatistics* pipeline_statistics)
83 pipeline_statistics_(pipeline_statistics),
103 PhaseScope scope(pipeline_statistics, "init pipeline data");
182 PipelineStatistics* pipeline_statistics() { return pipeline_statistics_; }
452 phase_name == nullptr ? nullptr : data->pipeline_statistics(),
1039 if (data_->pipeline_statistics() != nullptr) {
1040 data_->pipeline_statistics()->BeginPhaseKind(phase_kind_name);
1064 base::SmartPointer<PipelineStatistics> pipeline_statistics;
1067 pipeline_statistics.Reset(new PipelineStatistics(info(), &zone_pool));
1068 pipeline_statistics->BeginPhaseKind("initializing");
1096 PipelineData data(&zone_pool, info(), pipeline_statistics.get());
1223 base::SmartPointer<PipelineStatistics> pipeline_statistics;
1225 pipeline_statistics.Reset(new PipelineStatistics(&info, &zone_pool));
1226 pipeline_statistics->BeginPhaseKind("stub codegen");
1264 base::SmartPointer<PipelineStatistics> pipeline_statistics;
1266 pipeline_statistics.Reset(new PipelineStatistics(info, &zone_pool));
1267 pipeline_statistics->BeginPhaseKind("test codegen");