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

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

Completed in 49 milliseconds