Lines Matching defs:switch_count
1456 uint32_t switch_count = switch_insns[1];
1465 targets_offset = 2 + 2 * switch_count;
1468 uint32_t table_size = targets_offset + switch_count * 2;
1485 if (switch_count > 1) {
1490 std::numeric_limits<int32_t>::max() - (static_cast<int32_t>(switch_count) - 1);
1493 << ", switch_count=" << switch_count;
1499 for (uint32_t targ = 1; targ < switch_count; targ++) {
1513 for (uint32_t targ = 0; targ < switch_count; targ++) {
3480 int switch_count = switch_insns[1];
3489 offset_to_targets = 2 + 2 * switch_count;
3493 for (targ = 0; targ < switch_count; targ++) {