Home | History | Annotate | Download | only in src

Lines Matching full:code_kind_statistics

1598     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();