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

/external/v8/src/heap/
H A Dcode-stats.cc31 isolate->code_kind_statistics()[abstract_code->kind()] +=
72 int* code_kind_statistics = isolate->code_kind_statistics(); local
75 if (code_kind_statistics[i] > 0) {
78 code_kind_statistics[i]);
111 int* code_kind_statistics = isolate->code_kind_statistics(); local
113 code_kind_statistics[i] = 0;

Completed in 162 milliseconds