Home | History | Annotate | Download | only in analysis

Lines Matching refs:switchInsns

6256         const u2* switchInsns = insns + offsetToSwitch;
6257 int switchCount = switchInsns[1];
6274 offset = switchInsns[offsetToTargets + targ*2] |
6275 (((s4) switchInsns[offsetToTargets + targ*2 +1]) << 16);