Home | History | Annotate | Download | only in analysis

Lines Matching defs:offsetToSwitch

184     s4 offsetToSwitch, offsetToKeys, offsetToTargets;
191 offsetToSwitch = insns[1] | ((s4) insns[2]) << 16;
192 if (curOffset + offsetToSwitch < 0 ||
193 curOffset + offsetToSwitch + 2 >= insnCount)
197 curOffset, offsetToSwitch, insnCount);
202 switchInsns = insns + offsetToSwitch;
208 curOffset, offsetToSwitch);
235 if (curOffset + offsetToSwitch + tableSize > (u4) insnCount) {
238 curOffset, offsetToSwitch, curOffset + offsetToSwitch + tableSize,