Searched refs:BIPUSH (Results 1 – 3 of 3) sorted by relevance
43 public static final int BIPUSH = 0x10; field in ByteOps
307 case ByteOps.BIPUSH: { in parseInstruction()
241 if ((length == 1) || (opcode == ByteOps.BIPUSH)) { in visitLiteralInt()