Lines Matching refs:NEW
65 attributes = new ArrayList();
85 attributes = new ArrayList();
106 info = new byte[code_len];
109 exceptions = new ExceptionTable(cp, in);
111 attributes = new ArrayList();
121 * @param newCp the constant pool table used by the new copy.
135 return new CodeAttribute(newCp, this, classnames);
138 throw new RuntimeCopyException("bad bytecode. fatal?");
183 throw new UnsupportedOperationException("CodeAttribute.get()");
192 throw new UnsupportedOperationException("CodeAttribute.set()");
238 maxStack = new CodeAnalyzer(this).computeMaxStack();
276 * Makes a new iterator for reading this code attribute.
279 return new CodeIterator(this);
290 * A new element can be added to the returned list
313 * If it is null, a new stack map is not added.
327 * If it is null, a new stack map is not added.
345 byte[] newCode = new byte[len];
374 case NEW :
389 LdcEntry ldc = new LdcEntry();
458 * to append a new parameter.
463 * @param where the index of the new parameter.
464 * @param size the type size of the new parameter (1 or 2).