Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1196 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp()
1200 allocated_histogram_[name].set_name(#name); \ in SetUp()
1231 if (allocated_histogram_) { in TearDown()
1232 DeleteArray(allocated_histogram_); in TearDown()
1233 allocated_histogram_ = NULL; in TearDown()
1853 allocated_histogram_[i].clear(); in ClearHistograms()
1907 if (allocated_histogram_[i].number() > 0) { in ReportStatistics()
1908 PrintF(" %-34s%10d (%10d bytes)\n", allocated_histogram_[i].name(), in ReportStatistics()
1909 allocated_histogram_[i].number(), in ReportStatistics()
1910 allocated_histogram_[i].bytes()); in ReportStatistics()
[all …]
Dspaces.h2577 HistogramInfo* allocated_histogram_; variable