Searched refs:HistogramInfo (Results 1 – 3 of 3) sorted by relevance
1960 class HistogramInfo : public NumberAndSizeInfo {1962 HistogramInfo() : NumberAndSizeInfo() {} in HistogramInfo() function2577 HistogramInfo* allocated_histogram_;2578 HistogramInfo* promoted_histogram_;
1196 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp()1197 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp()1870 static void DoReportStatistics(Isolate* isolate, HistogramInfo* info, in DoReportStatistics()
974 HistogramInfo* heap_histograms() { return heap_histograms_; } in heap_histograms()1286 HistogramInfo heap_histograms_[LAST_TYPE + 1];