Lines Matching refs:targ
186 u4 targ;
249 for (targ = 1; targ < switchCount; targ++) {
250 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
251 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16);
264 for (targ = 0; targ < switchCount; targ++) {
265 offset = (s4) switchInsns[offsetToTargets + targ*2] |
266 (s4) (switchInsns[offsetToTargets + targ*2 +1] << 16);
274 offset, absOffset, curOffset, targ);