Home | History | Annotate | Download | only in verifier

Lines Matching defs:switch_count

1005   uint32_t switch_count = switch_insns[1];
1016 targets_offset = 2 + 2 * switch_count;
1019 uint32_t table_size = targets_offset + switch_count * 2;
1035 if (keys_offset > 0 && switch_count > 1) {
1037 for (uint32_t targ = 1; targ < switch_count; targ++) {
1049 for (uint32_t targ = 0; targ < switch_count; targ++) {
2799 int switch_count = switch_insns[1];
2808 offset_to_targets = 2 + 2 * switch_count;
2812 for (targ = 0; targ < switch_count; targ++) {