Home | History | Annotate | Download | only in analysis

Lines Matching refs:targ

3109         int offsetToTargets, targ;
3121 for (targ = 0; targ < switchCount; targ++) {
3125 offset = switchInsns[offsetToTargets + targ*2] |
3126 (((s4) switchInsns[offsetToTargets + targ*2 +1]) << 16);