Searched defs:code_kind_statistics (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dspaces.cc1781 static void ClearCodeKindStatistics(int* code_kind_statistics) { argument
1783 code_kind_statistics[i] = 0;
1788 static void ReportCodeKindStatistics(int* code_kind_statistics) { argument
1791 if (code_kind_statistics[i] > 0) {
1794 code_kind_statistics[i]);
2601 ReportCodeKindStatistics(isolate->code_kind_statistics());
2619 ClearCodeKindStatistics(isolate->code_kind_statistics());
2701 isolate->code_kind_statistics()[code->kind()] += code->Size();
3078 isolate->code_kind_statistics()[code->kind()] += code->Size();

Completed in 282 milliseconds