Searched refs:code_kind_statistics (Results 1 - 2 of 2) 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();
/external/chromium_org/v8/src/
H A Disolate.h337 V(int, code_kind_statistics, Code::NUMBER_OF_KINDS)

Completed in 66 milliseconds