Lines Matching refs:pipeline_statistics
148 PipelineStatistics* pipeline_statistics)
155 pipeline_statistics_(pipeline_statistics),
169 PhaseScope scope(pipeline_statistics, "V8.TFInitPipelineData");
196 PipelineStatistics* pipeline_statistics,
207 pipeline_statistics_(pipeline_statistics),
322 PipelineStatistics* pipeline_statistics() { return pipeline_statistics_; }
563 if (pipeline_statistics() != nullptr) {
564 pipeline_statistics()->BeginPhaseKind(phase_kind_name);
569 if (pipeline_statistics() != nullptr) {
570 pipeline_statistics()->EndPhaseKind();
782 : phase_scope_(data->pipeline_statistics(), phase_name),
791 : phase_scope_(data->pipeline_statistics(), phase_name),
1004 PipelineStatistics* pipeline_statistics = nullptr;
1010 pipeline_statistics =
1012 pipeline_statistics->BeginPhaseKind("V8.TFInitializing");
1023 return pipeline_statistics;
1030 PipelineStatistics* pipeline_statistics = nullptr;
1036 pipeline_statistics = new PipelineStatistics(
1038 pipeline_statistics->BeginPhaseKind("V8.WasmInitializing");
1065 return pipeline_statistics;
2561 std::unique_ptr<PipelineStatistics> pipeline_statistics;
2563 pipeline_statistics.reset(new PipelineStatistics(
2566 pipeline_statistics->BeginPhaseKind("V8.WasmStubCodegen");
2909 std::unique_ptr<PipelineStatistics> pipeline_statistics;
2911 pipeline_statistics.reset(new PipelineStatistics(
2913 pipeline_statistics->BeginPhaseKind("V8.TFStubCodegen");
3027 std::unique_ptr<PipelineStatistics> pipeline_statistics;
3029 pipeline_statistics.reset(new PipelineStatistics(
3031 pipeline_statistics->BeginPhaseKind("V8.WasmStubCodegen");
3129 std::unique_ptr<PipelineStatistics> pipeline_statistics(
3132 pipeline_statistics.get(), source_positions, node_origins,
3255 std::unique_ptr<PipelineStatistics> pipeline_statistics(
3259 PipelineData data(&zone_stats, isolate, info, pipeline_statistics.get());
3310 std::unique_ptr<PipelineStatistics> pipeline_statistics;
3312 pipeline_statistics.reset(new PipelineStatistics(
3314 pipeline_statistics->BeginPhaseKind("V8.TFTestCodegen");