Lines Matching refs:NEW
276 if (c == NEW)
599 Gap gap = new Gap();
688 byte[] newcode = new byte[codeLength + gapLength];
743 throw new BadBytecode("invalid opcode address");
767 // throw new BadBytecode(opcode);
774 throw new BadBytecode(opcode);
812 throw new RuntimeException("fatal error?");
823 byte[] newcode = new byte[codeLength + gapLength];
889 throw new AlignmentException();
920 throw new AlignmentException();
1055 Pointers pointers = new Pointers(0, 0, 0, etable, ca);
1062 LdcW ldcw = new LdcW(where, ldcs.index);
1094 Pointers pointers = new Pointers(currentPos, mark, where, etable, ca);
1157 ArrayList jumps = new ArrayList();
1169 b = new Jump16(i, offset);
1171 b = new If16(i, offset);
1178 jumps.add(new Jump32(i, offset));
1187 int[] offsets = new int[size];
1193 jumps.add(new Table(i, defaultbyte, lowbyte, highbyte, offsets));
1200 int[] matches = new int[npairs];
1201 int[] offsets = new int[npairs];
1208 jumps.add(new Lookup(i, defaultbyte, matches, offsets));
1226 byte[] newcode = new byte[size];
1504 /* If the new bytecode size is shorter than the original, some NOPs