Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.cc1030 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp()
1033 #define SET_NAME(name) allocated_histogram_[name].set_name(#name); \ in SetUp()
1065 if (allocated_histogram_) { in TearDown()
1066 DeleteArray(allocated_histogram_); in TearDown()
1067 allocated_histogram_ = NULL; in TearDown()
1696 allocated_histogram_[i].clear(); in ClearHistograms()
1749 if (allocated_histogram_[i].number() > 0) { in ReportStatistics()
1751 allocated_histogram_[i].name(), in ReportStatistics()
1752 allocated_histogram_[i].number(), in ReportStatistics()
1753 allocated_histogram_[i].bytes()); in ReportStatistics()
[all …]
Dspaces.h2301 HistogramInfo* allocated_histogram_; variable