Home | History | Annotate | Download | only in src

Lines Matching full:code_kind_statistics

1355 static int code_kind_statistics[Code::NUMBER_OF_KINDS];
1360 code_kind_statistics[i] = 0;
1389 if (code_kind_statistics[i] > 0) {
1390 PrintF(" %-20s: %10d bytes\n", table[i], code_kind_statistics[i]);
2078 code_kind_statistics[code->kind()] += code->Size();
2845 code_kind_statistics[code->kind()] += code->Size();