Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1134 uint32_t switch_count = switch_insns[1]; in CheckSwitchTargets() local
1145 targets_offset = 2 + 2 * switch_count; in CheckSwitchTargets()
1148 uint32_t table_size = targets_offset + switch_count * 2; in CheckSwitchTargets()
1164 if (keys_offset > 0 && switch_count > 1) { in CheckSwitchTargets()
1166 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets()
1178 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets()
2991 int switch_count = switch_insns[1]; in CodeFlowVerifyInstruction() local
3000 offset_to_targets = 2 + 2 * switch_count; in CodeFlowVerifyInstruction()
3004 for (targ = 0; targ < switch_count; targ++) { in CodeFlowVerifyInstruction()