Home | History | Annotate | Download | only in analysis

Lines Matching refs:switchInsns

5938         const u2* switchInsns = insns + offsetToSwitch;
5939 int switchCount = switchInsns[1];
5956 offset = switchInsns[offsetToTargets + targ*2] |
5957 (((s4) switchInsns[offsetToTargets + targ*2 +1]) << 16);