Searched refs:switch_count (Results 1 – 4 of 4) 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()
1521 uint32_t switch_count = switch_insns[1]; in CheckSwitchTargets() local1530 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() local3508 offset_to_targets = 2 + 2 * switch_count; in CodeFlowVerifyInstruction()[all …]
310 optional int32 switch_count = 6; field
13027 optional int32 switch_count = 6; field