Home | History | Annotate | Download | only in generic

Lines Matching refs:WIDE

34     private boolean wide;
48 setIndex(index); // May set wide as side effect
58 if (wide) {
59 out.writeByte(org.apache.bcel.Const.WIDE);
62 if (wide) {
71 wide = index > org.apache.bcel.Const.MAX_BYTE;
72 if (wide) {
73 super.setLength(4); // Including the wide byte
84 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException {
85 this.wide = wide;
86 if (wide) {