Home
last modified time | relevance | path

Searched refs:pipeline_statistics_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dpipeline.cc94 pipeline_statistics_(pipeline_statistics), in PipelineData()
184 PipelineStatistics* pipeline_statistics() { return pipeline_statistics_; } in pipeline_statistics()
336 PipelineStatistics* pipeline_statistics_ = nullptr; member in v8::internal::compiler::PipelineData
555 pipeline_statistics_(CreatePipelineStatistics(info(), &zone_stats_)), in PipelineCompilationJob()
556 data_(&zone_stats_, info(), pipeline_statistics_.get()), in PipelineCompilationJob()
569 std::unique_ptr<PipelineStatistics> pipeline_statistics_; member in v8::internal::compiler::PipelineCompilationJob