Home
last modified time | relevance | path

Searched refs:HistogramInfo (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dheap-profiler.h340 HistogramInfo* info() { return info_; } in info()
345 HistogramInfo* info_;
Dheap-profiler.cc793 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()
Dspaces.h1294 class HistogramInfo: public NumberAndSizeInfo {
1296 HistogramInfo() : NumberAndSizeInfo() {} in HistogramInfo() function
1682 HistogramInfo* allocated_histogram_;
1683 HistogramInfo* promoted_histogram_;
Disolate.h956 HistogramInfo* heap_histograms() { return heap_histograms_; } in heap_histograms()
1204 HistogramInfo heap_histograms_[LAST_TYPE + 1];
Dspaces.cc1200 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()