Searched refs:HistogramInfo (Results 1 – 5 of 5) sorted by relevance
340 HistogramInfo* info() { return info_; } in info()345 HistogramInfo* info_;
793 HistogramInfo* info = snapshot.info(); in WriteSample()815 : info_(NewArray<HistogramInfo>( in AggregatedHeapSnapshot()837 HistogramInfo* info = agg_snapshot_->info(); in CalculateStringsStats()838 HistogramInfo& strings = info[kAllStringsType]; in CalculateStringsStats()
1294 class HistogramInfo: public NumberAndSizeInfo {1296 HistogramInfo() : NumberAndSizeInfo() {} in HistogramInfo() function1682 HistogramInfo* allocated_histogram_;1683 HistogramInfo* promoted_histogram_;
956 HistogramInfo* heap_histograms() { return heap_histograms_; } in heap_histograms()1204 HistogramInfo heap_histograms_[LAST_TYPE + 1];
1200 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in Setup()1201 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in Setup()1665 HistogramInfo* info, const char* description) { in DoReportStatistics()