Lines Matching refs:switch_count
1521 uint32_t switch_count = switch_insns[1]; in CheckSwitchTargets() local
1530 targets_offset = 2 + 2 * switch_count; in CheckSwitchTargets()
1533 uint32_t table_size = targets_offset + switch_count * 2; in CheckSwitchTargets()
1550 if (switch_count > 1) { in CheckSwitchTargets()
1555 std::numeric_limits<int32_t>::max() - (static_cast<int32_t>(switch_count) - 1); in CheckSwitchTargets()
1558 << ", switch_count=" << switch_count; in CheckSwitchTargets()
1564 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets()
1578 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets()
3499 int switch_count = switch_insns[1]; in CodeFlowVerifyInstruction() local
3508 offset_to_targets = 2 + 2 * switch_count; in CodeFlowVerifyInstruction()
3512 for (targ = 0; targ < switch_count; targ++) { in CodeFlowVerifyInstruction()