Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1346 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in AllocateChunk()
1350 promoted_histogram_[name].set_name(#name); in AllocateChunk()
1385 if (promoted_histogram_) { in AllocateChunk()
1386 DeleteArray(promoted_histogram_); in AllocateChunk()
1387 promoted_histogram_ = NULL; in AllocateChunk()
2166 promoted_histogram_[i].clear(); in AllocateChunk()
2232 DoReportStatistics(isolate, promoted_histogram_, "promoted"); in AllocateChunk()
2248 promoted_histogram_[type].increment_number(1); in AllocateChunk()
2249 promoted_histogram_[type].increment_bytes(obj->Size()); in AllocateChunk()
Dspaces.h2939 HistogramInfo* promoted_histogram_; variable