Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1197 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp()
1201 promoted_histogram_[name].set_name(#name); in SetUp()
1235 if (promoted_histogram_) { in TearDown()
1236 DeleteArray(promoted_histogram_); in TearDown()
1237 promoted_histogram_ = NULL; in TearDown()
1854 promoted_histogram_[i].clear(); in ClearHistograms()
1920 DoReportStatistics(isolate, promoted_histogram_, "promoted"); in ReportStatistics()
1936 promoted_histogram_[type].increment_number(1); in RecordPromotion()
1937 promoted_histogram_[type].increment_bytes(obj->Size()); in RecordPromotion()
Dspaces.h2578 HistogramInfo* promoted_histogram_; variable