Home | History | Annotate | Download | only in analysis

Lines Matching refs:s4

352     s4 offsetToArrayData;
357 offsetToArrayData = insns[1] | (((s4)insns[2]) << 16);
358 if ((s4)curOffset + offsetToArrayData < 0 ||
610 s4 offsetToSwitch, offsetToKeys, offsetToTargets;
611 s4 offset, absOffset;
617 offsetToSwitch = insns[1] | ((s4) insns[2]) << 16;
618 if ((s4) curOffset + offsetToSwitch < 0 ||
669 s4 lastKey;
674 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
675 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16);
688 offset = (s4) switchInsns[offsetToTargets + targ*2] |
689 (s4) (switchInsns[offsetToTargets + targ*2 +1] << 16);
692 if (absOffset < 0 || absOffset >= (s4)insnCount ||
721 s4 offset, absOffset;