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

  /external/v8/src/compiler/
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
zone-stats.cc 12 : zone_stats_(zone_stats),
15 zone_stats_->stats_.push_back(this);
16 for (Zone* zone : zone_stats_->zones_) {
26 DCHECK_EQ(zone_stats_->stats_.back(), this);
27 zone_stats_->stats_.pop_back();
36 for (Zone* zone : zone_stats_->zones_) {
48 return zone_stats_->GetTotalAllocatedBytes() -
pipeline-statistics.cc 19 scope_.reset(new ZoneStats::StatsScope(pipeline_stats->zone_stats_));
25 pipeline_stats->zone_stats_->GetCurrentAllocatedBytes();
50 zone_stats_(zone_stats),
pipeline-statistics.h 60 ZoneStats* zone_stats_; member in class:v8::internal::compiler::PipelineStatistics
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 79 milliseconds