Searched refs:WIDE (Results 1 – 3 of 3) sorted by relevance
223 public static final int WIDE = 0xc4; field in ByteOps
786 case ByteOps.WIDE: { in parseInstruction()1163 visitor.visitInvalid(ByteOps.WIDE, offset, 1); in parseWide()
218 if (opcode == ByteOps.WIDE) { in header()