Searched refs:heap_histograms (Results 1 – 2 of 2) sorted by relevance
1769 #define DEF_TYPE_NAME(name) isolate->heap_histograms()[name].set_name(#name); in ClearHistograms()1773 #define CLEAR_HISTOGRAM(name) isolate->heap_histograms()[name].clear(); in ClearHistograms()1805 DCHECK(isolate->heap_histograms()[type].name() != NULL); in CollectHistogramInfo()1806 isolate->heap_histograms()[type].increment_number(1); in CollectHistogramInfo()1807 isolate->heap_histograms()[type].increment_bytes(obj->Size()); in CollectHistogramInfo()1821 if (isolate->heap_histograms()[i].number() > 0) { in ReportHistogram()1823 isolate->heap_histograms()[i].name(), in ReportHistogram()1824 isolate->heap_histograms()[i].number(), in ReportHistogram()1825 isolate->heap_histograms()[i].bytes()); in ReportHistogram()1834 string_number += isolate->heap_histograms()[type].number(); \ in ReportHistogram()[all …]
974 HistogramInfo* heap_histograms() { return heap_histograms_; } in heap_histograms() function