Home
last modified time | relevance | path

Searched refs:switch_count (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc1005 uint32_t switch_count = switch_insns[1]; in CheckSwitchTargets() local
1016 targets_offset = 2 + 2 * switch_count; in CheckSwitchTargets()
1019 uint32_t table_size = targets_offset + switch_count * 2; in CheckSwitchTargets()
1035 if (keys_offset > 0 && switch_count > 1) { in CheckSwitchTargets()
1037 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets()
1049 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets()
2799 int switch_count = switch_insns[1]; in CodeFlowVerifyInstruction() local
2808 offset_to_targets = 2 + 2 * switch_count; in CodeFlowVerifyInstruction()
2812 for (targ = 0; targ < switch_count; targ++) { in CodeFlowVerifyInstruction()