Home | History | Annotate | Download | only in compiler

Lines Matching refs:case_count

1441                            size_t case_count) {
1443 new (zone()->New(sizeof(RawMachineLabel*) * case_count))
1444 RawMachineLabel*[case_count];
1445 for (size_t i = 0; i < case_count; ++i) {
1451 labels, case_count);