Searched refs:switch_count (Results 1 – 2 of 2) sorted by relevance
53 uint32_t switch_count = switch_insns[1]; in DumpMethodCFG() local60 targets_offset = 2 + 2 * switch_count; in DumpMethodCFG()62 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFG()227 uint32_t switch_count = switch_insns[1]; in DumpMethodCFG() local234 targets_offset = 2 + 2 * switch_count; in DumpMethodCFG()238 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFG()
1474 uint32_t switch_count = switch_insns[1]; in CheckSwitchTargets() local1483 targets_offset = 2 + 2 * switch_count; in CheckSwitchTargets()1486 uint32_t table_size = targets_offset + switch_count * 2; in CheckSwitchTargets()1503 if (switch_count > 1) { in CheckSwitchTargets()1508 std::numeric_limits<int32_t>::max() - (static_cast<int32_t>(switch_count) - 1); in CheckSwitchTargets()1511 << ", switch_count=" << switch_count; in CheckSwitchTargets()1517 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets()1531 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets()3546 int switch_count = switch_insns[1]; in CodeFlowVerifyInstruction() local3555 offset_to_targets = 2 + 2 * switch_count; in CodeFlowVerifyInstruction()[all …]