Home | History | Annotate | Download | only in verifier

Lines Matching defs:switch_count

1514   uint32_t switch_count = switch_insns[1];
1523 targets_offset = 2 + 2 * switch_count;
1526 uint32_t table_size = targets_offset + switch_count * 2;
1543 if (switch_count > 1) {
1548 std::numeric_limits<int32_t>::max() - (static_cast<int32_t>(switch_count) - 1);
1551 << ", switch_count=" << switch_count;
1557 for (uint32_t targ = 1; targ < switch_count; targ++) {
1571 for (uint32_t targ = 0; targ < switch_count; targ++) {
3552 int switch_count = switch_insns[1];
3561 offset_to_targets = 2 + 2 * switch_count;
3565 for (targ = 0; targ < switch_count; targ++) {