Searched defs:NEWARRAY (Results 1 – 3 of 3) sorted by relevance
33 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class43 NEWARRAY() { in NEWARRAY() method in NEWARRAY47 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY53 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
1048 short NEWARRAY = 188; field
1440 public static final short NEWARRAY = 188; field in Const