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

/art/runtime/verifier/
H A Dmethod_verifier.cc988 uint32_t switch_count = switch_insns[1]; local
999 targets_offset = 2 + 2 * switch_count;
1002 uint32_t table_size = targets_offset + switch_count * 2;
1018 if (keys_offset > 0 && switch_count > 1) {
1020 for (uint32_t targ = 1; targ < switch_count; targ++) {
1032 for (uint32_t targ = 0; targ < switch_count; targ++) {
2764 int switch_count = switch_insns[1]; local
2773 offset_to_targets = 2 + 2 * switch_count;
2777 for (targ = 0; targ < switch_count; targ++) {

Completed in 15 milliseconds