Searched refs:DoReportStatistics (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | spaces.cc | 1712 static void DoReportStatistics(Isolate* isolate, in DoReportStatistics() function 1762 DoReportStatistics(isolate, allocated_histogram_, "allocated"); in ReportStatistics() 1763 DoReportStatistics(isolate, promoted_histogram_, "promoted"); in ReportStatistics()
|
/external/chromium_org/v8/src/ |
D | spaces.cc | 1929 static void DoReportStatistics(Isolate* isolate, in DoReportStatistics() function 1979 DoReportStatistics(isolate, allocated_histogram_, "allocated"); in ReportStatistics() 1980 DoReportStatistics(isolate, promoted_histogram_, "promoted"); in ReportStatistics()
|