Home | History | Annotate | Download | only in instruction

Lines Matching refs:lowCase

35     public int lowCase;
50 int lowCase,
56 this.lowCase = lowCase;
71 this.lowCase = tableSwitchInstruction.lowCase;
94 lowCase = readInt(code, offset); offset += 4;
98 jumpOffsets = new int[highCase - lowCase + 1];
117 writeInt(code, offset, lowCase); offset += 4;
121 int length = highCase - lowCase + 1;
131 return 1 + (-(offset+1) & 3) + 12 + (highCase - lowCase + 1) * 4;