Home | History | Annotate | Download | only in analysis

Lines Matching defs:switchInsns

5587         const u2* switchInsns = insns + offsetToSwitch;
5588 int switchCount = switchInsns[1];
5605 offset = switchInsns[offsetToTargets + targ*2] |
5606 (((s4) switchInsns[offsetToTargets + targ*2 +1]) << 16);