Home | History | Annotate | Download | only in analysis

Lines Matching refs:targ

2460             //dumpRegTypes(meth, insnFlags, targetRegs, 0, "targ", NULL, 0);
5589 int offsetToTargets, targ;
5601 for (targ = 0; targ < switchCount; targ++) {
5605 offset = switchInsns[offsetToTargets + targ*2] |
5606 (((s4) switchInsns[offsetToTargets + targ*2 +1]) << 16);