Searched refs:promoted_histogram_ (Results 1 – 2 of 2) sorted by relevance
1508 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in AllocateChunk()1511 promoted_histogram_[name].set_name(#name); in AllocateChunk()1524 if (promoted_histogram_) { in AllocateChunk()1525 DeleteArray(promoted_histogram_); in AllocateChunk()1526 promoted_histogram_ = NULL; in AllocateChunk()2248 promoted_histogram_[i].clear(); in AllocateChunk()2312 DoReportStatistics(isolate, promoted_histogram_, "promoted"); in AllocateChunk()2328 promoted_histogram_[type].increment_number(1); in AllocateChunk()2329 promoted_histogram_[type].increment_bytes(obj->Size()); in AllocateChunk()
2380 promoted_histogram_(nullptr) {} in NewSpace()2661 HistogramInfo* promoted_histogram_; variable