Home
last modified time | relevance | path

Searched refs:ClearHistograms (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1767 static void ClearHistograms(Isolate* isolate) { in ClearHistograms() function
1851 void NewSpace::ClearHistograms() { in ClearHistograms() function in v8::internal::NewSpace
1863 ClearHistograms(); in CollectStatistics()
2735 ClearHistograms(heap()->isolate()); in ReportStatistics()
3057 ClearHistograms(heap()->isolate()); in ReportStatistics()
Dspaces.h2521 void ClearHistograms();
Dheap.cc302 if (FLAG_heap_stats || FLAG_log_gc) new_space_.ClearHistograms(); in ReportStatisticsBeforeGC()
307 new_space_.ClearHistograms(); in ReportStatisticsBeforeGC()