HomeSort by relevance Sort by last modified time
    Searched defs:zone_stats_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
pipeline-statistics.h 60 ZoneStats* zone_stats_; member in class:v8::internal::compiler::PipelineStatistics
zone-stats.h 24 : zone_name_(zone_name), zone_stats_(zone_stats), zone_(nullptr) {}
28 if (zone_ == nullptr) zone_ = zone_stats_->NewEmptyZone(zone_name_);
32 if (zone_ != nullptr) zone_stats_->ReturnZone(zone_);
38 ZoneStats* const zone_stats_; member in class:v8::internal::compiler::final::final
58 ZoneStats* const zone_stats_; member in class:v8::internal::compiler::final::final
pipeline.cc 93 zone_stats_(zone_stats),
95 graph_zone_scope_(zone_stats_, ZONE_NAME),
97 instruction_zone_scope_(zone_stats_, ZONE_NAME),
99 register_allocation_zone_scope_(zone_stats_, ZONE_NAME),
124 zone_stats_(zone_stats),
125 graph_zone_scope_(zone_stats_, ZONE_NAME),
132 instruction_zone_scope_(zone_stats_, ZONE_NAME),
134 register_allocation_zone_scope_(zone_stats_, ZONE_NAME),
147 zone_stats_(zone_stats),
148 graph_zone_scope_(zone_stats_, ZONE_NAME)
335 ZoneStats* const zone_stats_; member in class:v8::internal::compiler::PipelineData
567 ZoneStats zone_stats_; member in class:v8::internal::compiler::final
662 ZoneStats zone_stats_; member in class:v8::internal::compiler::final
    [all...]

Completed in 57 milliseconds