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

/external/chromium_org/v8/src/
H A Dspaces.cc1795 static void ClearCodeKindStatistics(int* code_kind_statistics) { argument
1797 code_kind_statistics[i] = 0;
1802 static void ReportCodeKindStatistics(int* code_kind_statistics) { argument
1805 if (code_kind_statistics[i] > 0) {
1808 code_kind_statistics[i]);
2692 ReportCodeKindStatistics(isolate->code_kind_statistics());
2710 ClearCodeKindStatistics(isolate->code_kind_statistics());
2792 isolate->code_kind_statistics()[code->kind()] += code->Size();
3187 isolate->code_kind_statistics()[code->kind()] += code->Size();
H A Disolate.h1013 int* code_kind_statistics() { return code_kind_statistics_; } function in class:v8::internal::Isolate
/external/v8/src/
H A Dspaces.cc1598 isolate->code_kind_statistics()[i] = 0;
1634 if (isolate->code_kind_statistics()[i] > 0) {
1636 isolate->code_kind_statistics()[i]);
2431 isolate->code_kind_statistics()[code->kind()] += code->Size();
2801 isolate->code_kind_statistics()[code->kind()] += code->Size();
H A Disolate.h940 int* code_kind_statistics() { return code_kind_statistics_; } function in class:v8::internal::Isolate

Completed in 115 milliseconds