Home | History | Annotate | Download | only in verifier

Lines Matching refs:switch_count

910   uint32_t switch_count = switch_insns[1];
921 targets_offset = 2 + 2 * switch_count;
924 uint32_t table_size = targets_offset + switch_count * 2;
940 if (keys_offset > 0 && switch_count > 1) {
942 for (uint32_t targ = 1; targ < switch_count; targ++) {
954 for (uint32_t targ = 0; targ < switch_count; targ++) {
2675 int switch_count = switch_insns[1];
2684 offset_to_targets = 2 + 2 * switch_count;
2688 for (targ = 0; targ < switch_count; targ++) {