Home | History | Annotate | Download | only in analysis

Lines Matching refs:switchCount

609     u4 switchCount, tableSize;
637 switchCount = switchInsns[1];
647 offsetToTargets = 2 + 2*switchCount;
650 tableSize = offsetToTargets + switchCount*2;
668 if (offsetToKeys > 0 && switchCount > 1) {
673 for (targ = 1; targ < switchCount; targ++) {
687 for (targ = 0; targ < switchCount; targ++) {