Home | History | Annotate | Download | only in verifier

Lines Matching refs:switch_count

1516   uint32_t switch_count = switch_insns[1];
1525 targets_offset = 2 + 2 * switch_count;
1528 uint32_t table_size = targets_offset + switch_count * 2;
1545 if (switch_count > 1) {
1550 std::numeric_limits<int32_t>::max() - (static_cast<int32_t>(switch_count) - 1);
1553 << ", switch_count=" << switch_count;
1559 for (uint32_t targ = 1; targ < switch_count; targ++) {
1573 for (uint32_t targ = 0; targ < switch_count; targ++) {
3551 int switch_count = switch_insns[1];
3560 offset_to_targets = 2 + 2 * switch_count;
3564 for (targ = 0; targ < switch_count; targ++) {