Searched refs:HistogramInfo (Results 1 – 3 of 3) sorted by relevance
2254 class HistogramInfo : public NumberAndSizeInfo {2256 HistogramInfo() : NumberAndSizeInfo() {} in HistogramInfo() function2938 HistogramInfo* allocated_histogram_;2939 HistogramInfo* promoted_histogram_;
1345 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in AllocateChunk()1346 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in AllocateChunk()2182 static void DoReportStatistics(Isolate* isolate, HistogramInfo* info, in AllocateChunk()
903 HistogramInfo* heap_histograms() { return heap_histograms_; } in heap_histograms()1266 HistogramInfo heap_histograms_[LAST_TYPE + 1];