public final class com.oracle.truffle.regex.tregex.string.StringBufferUTF8 extends com.oracle.truffle.regex.tregex.buffer.ByteArrayBuffer implements com.oracle.truffle.regex.tregex.string.AbstractStringBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.regex.tregex.string.StringBufferUTF8
  super_class: com.oracle.truffle.regex.tregex.buffer.ByteArrayBuffer
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            ldc Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.regex.tregex.string.StringBufferUTF8.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
         0: .line 49
            aload 0 /* this */
            bipush 16
            invokespecial com.oracle.truffle.regex.tregex.string.StringBufferUTF8.<init>:(I)V
         1: .line 50
            return
        end local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
        start local 1 // int capacity
         0: .line 53
            aload 0 /* this */
            iload 1 /* capacity */
            invokespecial com.oracle.truffle.regex.tregex.buffer.ByteArrayBuffer.<init>:(I)V
         1: .line 54
            return
        end local 1 // int capacity
        end local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;
            0    2     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public com.oracle.truffle.regex.tregex.string.Encodings$Encoding getEncoding();
    descriptor: ()Lcom/oracle/truffle/regex/tregex/string/Encodings$Encoding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
         0: .line 58
            getstatic com.oracle.truffle.regex.tregex.string.Encodings.UTF_8:Lcom/oracle/truffle/regex/tregex/string/Encodings$Encoding;
            areturn
        end local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;

  public void append(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
        start local 1 // int codepoint
         0: .line 63
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.getEncoding:()Lcom/oracle/truffle/regex/tregex/string/Encodings$Encoding;
            iload 1 /* codepoint */
            invokevirtual com.oracle.truffle.regex.tregex.string.Encodings$Encoding.getEncodedSize:(I)I
            istore 2 /* n */
        start local 2 // int n
         1: .line 64
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.length:()I
            iload 2 /* n */
            iadd
            istore 3 /* newLength */
        start local 3 // int newLength
         2: .line 65
            aload 0 /* this */
            iload 3 /* newLength */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.ensureCapacity:(I)V
         3: .line 66
            aload 0 /* this */
            iload 3 /* newLength */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.setLength:(I)V
         4: .line 67
            iload 3 /* newLength */
            istore 4 /* i */
        start local 4 // int i
         5: .line 68
            iload 2 /* n */
            iconst_1
            if_icmpne 8
         6: .line 69
            aload 0 /* this */
            iinc 4 /* i */ -1
            iload 4 /* i */
            iload 1 /* codepoint */
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
         7: .line 70
            return
         8: .line 72
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* codepoint */
            istore 5 /* c */
        start local 5 // int c
         9: .line 74
            iload 2 /* n */
            tableswitch { // 3 - 4
                    3: 12
                    4: 10
              default: 14
          }
        10: .line 76
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iinc 4 /* i */ -1
            iload 4 /* i */
            sipush 128
            iload 5 /* c */
            bipush 63
            iand
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        11: .line 77
            iload 5 /* c */
            bipush 6
            iushr
            istore 5 /* c */
        12: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iinc 4 /* i */ -1
            iload 4 /* i */
            sipush 128
            iload 5 /* c */
            bipush 63
            iand
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        13: .line 80
            iload 5 /* c */
            bipush 6
            iushr
            istore 5 /* c */
        14: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iinc 4 /* i */ -1
            iload 4 /* i */
            sipush 128
            iload 5 /* c */
            bipush 63
            iand
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        15: .line 83
            iload 5 /* c */
            bipush 6
            iushr
            istore 5 /* c */
        16: .line 84
            aload 0 /* this */
            iinc 4 /* i */ -1
            iload 4 /* i */
            sipush 3840
            iload 2 /* n */
            iushr
            iload 5 /* c */
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        17: .line 87
            return
        end local 5 // int c
        end local 4 // int i
        end local 3 // int newLength
        end local 2 // int n
        end local 1 // int codepoint
        end local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;
            0   18     1  codepoint  I
            1   18     2          n  I
            2   18     3  newLength  I
            5   18     4          i  I
            9   18     5          c  I
    MethodParameters:
           Name  Flags
      codepoint  

  public void appendOR(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
        start local 1 // int cp1
        start local 2 // int cp2
         0: .line 91
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.getEncoding:()Lcom/oracle/truffle/regex/tregex/string/Encodings$Encoding;
            iload 1 /* cp1 */
            invokevirtual com.oracle.truffle.regex.tregex.string.Encodings$Encoding.getEncodedSize:(I)I
            istore 3 /* n */
        start local 3 // int n
         1: .line 92
            getstatic com.oracle.truffle.regex.tregex.string.StringBufferUTF8.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.getEncoding:()Lcom/oracle/truffle/regex/tregex/string/Encodings$Encoding;
            iload 2 /* cp2 */
            invokevirtual com.oracle.truffle.regex.tregex.string.Encodings$Encoding.getEncodedSize:(I)I
            iload 3 /* n */
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 93
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.length:()I
            iload 3 /* n */
            iadd
            istore 4 /* newLength */
        start local 4 // int newLength
         3: .line 94
            aload 0 /* this */
            iload 4 /* newLength */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.ensureCapacity:(I)V
         4: .line 95
            aload 0 /* this */
            iload 4 /* newLength */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.setLength:(I)V
         5: .line 96
            iload 4 /* newLength */
            istore 5 /* i */
        start local 5 // int i
         6: .line 97
            iload 3 /* n */
            iconst_1
            if_icmpne 9
         7: .line 98
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            iload 1 /* cp1 */
            iload 2 /* cp2 */
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
         8: .line 99
            return
         9: .line 101
      StackMap locals: int int
      StackMap stack:
            iload 1 /* cp1 */
            istore 6 /* c1 */
        start local 6 // int c1
        10: .line 102
            iload 2 /* cp2 */
            istore 7 /* c2 */
        start local 7 // int c2
        11: .line 104
            iload 3 /* n */
            tableswitch { // 3 - 4
                    3: 15
                    4: 12
              default: 18
          }
        12: .line 106
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            sipush 128
            iload 6 /* c1 */
            iload 7 /* c2 */
            ior
            bipush 63
            iand
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        13: .line 107
            iload 6 /* c1 */
            bipush 6
            iushr
            istore 6 /* c1 */
        14: .line 108
            iload 7 /* c2 */
            bipush 6
            iushr
            istore 7 /* c2 */
        15: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            sipush 128
            iload 6 /* c1 */
            iload 7 /* c2 */
            ior
            bipush 63
            iand
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        16: .line 111
            iload 6 /* c1 */
            bipush 6
            iushr
            istore 6 /* c1 */
        17: .line 112
            iload 7 /* c2 */
            bipush 6
            iushr
            istore 7 /* c2 */
        18: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            sipush 128
            iload 6 /* c1 */
            iload 7 /* c2 */
            ior
            bipush 63
            iand
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        19: .line 115
            iload 6 /* c1 */
            bipush 6
            iushr
            istore 6 /* c1 */
        20: .line 116
            iload 7 /* c2 */
            bipush 6
            iushr
            istore 7 /* c2 */
        21: .line 117
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            sipush 3840
            iload 3 /* n */
            iushr
            iload 6 /* c1 */
            iload 7 /* c2 */
            ior
            ior
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        22: .line 120
            return
        end local 7 // int c2
        end local 6 // int c1
        end local 5 // int i
        end local 4 // int newLength
        end local 3 // int n
        end local 2 // int cp2
        end local 1 // int cp1
        end local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;
            0   23     1        cp1  I
            0   23     2        cp2  I
            1   23     3          n  I
            3   23     4  newLength  I
            6   23     5          i  I
           10   23     6         c1  I
           11   23     7         c2  I
    MethodParameters:
      Name  Flags
      cp1   
      cp2   

  public void appendXOR(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
        start local 1 // int cp1
        start local 2 // int cp2
         0: .line 124
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.getEncoding:()Lcom/oracle/truffle/regex/tregex/string/Encodings$Encoding;
            iload 1 /* cp1 */
            invokevirtual com.oracle.truffle.regex.tregex.string.Encodings$Encoding.getEncodedSize:(I)I
            istore 3 /* n */
        start local 3 // int n
         1: .line 125
            getstatic com.oracle.truffle.regex.tregex.string.StringBufferUTF8.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.getEncoding:()Lcom/oracle/truffle/regex/tregex/string/Encodings$Encoding;
            iload 2 /* cp2 */
            invokevirtual com.oracle.truffle.regex.tregex.string.Encodings$Encoding.getEncodedSize:(I)I
            iload 3 /* n */
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.length:()I
            iload 3 /* n */
            iadd
            istore 4 /* newLength */
        start local 4 // int newLength
         3: .line 127
            aload 0 /* this */
            iload 4 /* newLength */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.ensureCapacity:(I)V
         4: .line 128
            aload 0 /* this */
            iload 4 /* newLength */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.setLength:(I)V
         5: .line 129
            iload 4 /* newLength */
            istore 5 /* i */
        start local 5 // int i
         6: .line 130
            iload 3 /* n */
            iconst_1
            if_icmpne 9
         7: .line 131
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            iload 1 /* cp1 */
            iload 2 /* cp2 */
            ixor
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
         8: .line 132
            return
         9: .line 134
      StackMap locals: int int
      StackMap stack:
            iload 1 /* cp1 */
            istore 6 /* c1 */
        start local 6 // int c1
        10: .line 135
            iload 2 /* cp2 */
            istore 7 /* c2 */
        start local 7 // int c2
        11: .line 137
            iload 3 /* n */
            tableswitch { // 3 - 4
                    3: 15
                    4: 12
              default: 18
          }
        12: .line 139
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            iload 6 /* c1 */
            iload 7 /* c2 */
            ixor
            bipush 63
            iand
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        13: .line 140
            iload 6 /* c1 */
            bipush 6
            iushr
            istore 6 /* c1 */
        14: .line 141
            iload 7 /* c2 */
            bipush 6
            iushr
            istore 7 /* c2 */
        15: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            iload 6 /* c1 */
            iload 7 /* c2 */
            ixor
            bipush 63
            iand
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        16: .line 144
            iload 6 /* c1 */
            bipush 6
            iushr
            istore 6 /* c1 */
        17: .line 145
            iload 7 /* c2 */
            bipush 6
            iushr
            istore 7 /* c2 */
        18: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            iload 6 /* c1 */
            iload 7 /* c2 */
            ixor
            bipush 63
            iand
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        19: .line 148
            iload 6 /* c1 */
            bipush 6
            iushr
            istore 6 /* c1 */
        20: .line 149
            iload 7 /* c2 */
            bipush 6
            iushr
            istore 7 /* c2 */
        21: .line 150
            aload 0 /* this */
            iinc 5 /* i */ -1
            iload 5 /* i */
            iload 6 /* c1 */
            iload 7 /* c2 */
            ixor
            i2b
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.set:(IB)V
        22: .line 153
            return
        end local 7 // int c2
        end local 6 // int c1
        end local 5 // int i
        end local 4 // int newLength
        end local 3 // int n
        end local 2 // int cp2
        end local 1 // int cp1
        end local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;
            0   23     1        cp1  I
            0   23     2        cp2  I
            1   23     3          n  I
            3   23     4  newLength  I
            6   23     5          i  I
           10   23     6         c1  I
           11   23     7         c2  I
    MethodParameters:
      Name  Flags
      cp1   
      cp2   

  public com.oracle.truffle.regex.tregex.string.StringUTF8 materialize();
    descriptor: ()Lcom/oracle/truffle/regex/tregex/string/StringUTF8;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
         0: .line 157
            new com.oracle.truffle.regex.tregex.string.StringUTF8
            dup
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.toArray:()[B
            invokespecial com.oracle.truffle.regex.tregex.string.StringUTF8.<init>:([B)V
            areturn
        end local 0 // com.oracle.truffle.regex.tregex.string.StringBufferUTF8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/tregex/string/StringBufferUTF8;

  public com.oracle.truffle.regex.tregex.string.AbstractString materialize();
    descriptor: ()Lcom/oracle/truffle/regex/tregex/string/AbstractString;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.regex.tregex.string.StringBufferUTF8.materialize:()Lcom/oracle/truffle/regex/tregex/string/StringUTF8;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "StringBufferUTF8.java"
InnerClasses:
  public abstract Encoding = com.oracle.truffle.regex.tregex.string.Encodings$Encoding of com.oracle.truffle.regex.tregex.string.Encodings