public final class com.oracle.truffle.regex.charset.CompressedCodePointSet
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.regex.charset.CompressedCodePointSet
  super_class: java.lang.Object
{
  private static final long[][] NO_BITSETS;
    descriptor: [[J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final int[] ranges;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  private final long[][] bitSets;
    descriptor: [[J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 2)

  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 77
            ldc Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            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.charset.CompressedCodePointSet.$assertionsDisabled:Z
         3: .line 79
            iconst_0
            anewarray long[]
            putstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.NO_BITSETS:[[J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int[], long[][]);
    descriptor: ([I[[J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
        start local 1 // int[] ranges
        start local 2 // long[][] bitSets
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 1 /* ranges */
            putfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
         2: .line 86
            aload 0 /* this */
            aload 2 /* bitSets */
            putfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
         3: .line 87
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            ifnull 4
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            arraylength
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            arraylength
            iconst_2
            idiv
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 88
      StackMap locals: com.oracle.truffle.regex.charset.CompressedCodePointSet int[] long[][]
      StackMap stack:
            return
        end local 2 // long[][] bitSets
        end local 1 // int[] ranges
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            0    5     1   ranges  [I
            0    5     2  bitSets  [[J
    MethodParameters:
         Name  Flags
      ranges   
      bitSets  

  public int[] getRanges();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
         0: .line 91
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            areturn
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;

  public boolean hasBitSets();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
         0: .line 95
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;

  public long[][] getBitSets();
    descriptor: ()[[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
         0: .line 99
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            areturn
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;

  public int getLo(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
        start local 1 // int i
         0: .line 103
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            iload 1 /* i */
            iconst_2
            imul
            iaload
            ireturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getHi(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
        start local 1 // int i
         0: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            iload 1 /* i */
            iconst_2
            imul
            iconst_1
            iadd
            iaload
            ireturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
         0: .line 111
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            arraylength
            iconst_2
            idiv
            ireturn
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;

  public boolean hasBitSet(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
        start local 1 // int i
         0: .line 115
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.charset.CompressedCodePointSet.hasBitSets:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            iload 1 /* i */
            aaload
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public long[] getBitSet(int);
    descriptor: (I)[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
        start local 1 // int i
         0: .line 119
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            iload 1 /* i */
            aaload
            areturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public static com.oracle.truffle.regex.charset.CompressedCodePointSet create(com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges, com.oracle.truffle.regex.tregex.buffer.CompilationBuffer);
    descriptor: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/CompilationBuffer;)Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
        start local 1 // com.oracle.truffle.regex.tregex.buffer.CompilationBuffer compilationBuffer
         0: .line 123
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 124
            iload 2 /* size */
            iconst_3
            if_icmpge 3
         2: .line 125
            new com.oracle.truffle.regex.charset.CompressedCodePointSet
            dup
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.toArray:()[I
            aconst_null
            invokespecial com.oracle.truffle.regex.charset.CompressedCodePointSet.<init>:([I[[J)V
            areturn
         3: .line 127
      StackMap locals: int
      StackMap stack:
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getMin:()I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getMax:()I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            if_icmpne 5
         4: .line 128
            aload 0 /* cps */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.convertToBitSet:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;)Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            areturn
         5: .line 130
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.$assertionsDisabled:Z
            ifne 6
            iload 2 /* size */
            iconst_1
            if_icmpge 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 131
      StackMap locals:
      StackMap stack:
            aload 1 /* compilationBuffer */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.CompilationBuffer.getIntRangesBuffer1:()Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;
            astore 3 /* ranges */
        start local 3 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
         7: .line 132
            aload 1 /* compilationBuffer */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.CompilationBuffer.getObjectBuffer1:()Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;
            astore 4 /* bitSets */
        start local 4 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
         8: .line 134
            iconst_0
            istore 5 /* lowestOCP */
        start local 5 // int lowestOCP
         9: .line 135
            aload 0 /* cps */
            iconst_0
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            istore 6 /* curPlane */
        start local 6 // int curPlane
        10: .line 136
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        11: goto 22
        12: .line 137
      StackMap locals: com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges com.oracle.truffle.regex.tregex.buffer.CompilationBuffer int com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer int int int
      StackMap stack:
            aload 0 /* cps */
            iload 7 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            iload 6 /* curPlane */
            if_icmpeq 16
        13: .line 138
            aload 0 /* cps */
            aload 3 /* ranges */
            aload 4 /* bitSets */
            iload 5 /* lowestOCP */
            iload 7 /* i */
            iload 7 /* i */
            iload 6 /* curPlane */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.processRanges:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;IIII)V
        14: .line 139
            aload 0 /* cps */
            iload 7 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            istore 6 /* curPlane */
        15: .line 140
            iload 7 /* i */
            istore 5 /* lowestOCP */
        16: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* cps */
            iload 7 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            iload 6 /* curPlane */
            if_icmpeq 21
        17: .line 143
            iload 5 /* lowestOCP */
            iload 7 /* i */
            if_icmpeq 19
        18: .line 144
            aload 0 /* cps */
            aload 3 /* ranges */
            aload 4 /* bitSets */
            iload 5 /* lowestOCP */
            iload 7 /* i */
            iload 7 /* i */
            iconst_1
            iadd
            iload 6 /* curPlane */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.processRanges:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;IIII)V
        19: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* cps */
            iload 7 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            istore 6 /* curPlane */
        20: .line 147
            iload 7 /* i */
            istore 5 /* lowestOCP */
        21: .line 136
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* i */
            iload 2 /* size */
            if_icmplt 12
        end local 7 // int i
        23: .line 150
            aload 0 /* cps */
            aload 3 /* ranges */
            aload 4 /* bitSets */
            iload 5 /* lowestOCP */
            iload 2 /* size */
            iload 2 /* size */
            iload 6 /* curPlane */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.processRanges:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;IIII)V
        24: .line 151
            aload 4 /* bitSets */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.isEmpty:()Z
            ifeq 26
        25: .line 152
            new com.oracle.truffle.regex.charset.CompressedCodePointSet
            dup
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.toArray:()[I
            aconst_null
            invokespecial com.oracle.truffle.regex.charset.CompressedCodePointSet.<init>:([I[[J)V
            areturn
        26: .line 154
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.$assertionsDisabled:Z
            ifne 27
            aload 3 /* ranges */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.rangesAreSortedAndDisjoint:()Z
            ifne 27
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        27: .line 155
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.regex.charset.CompressedCodePointSet
            dup
            aload 3 /* ranges */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.toArray:()[I
            aload 4 /* bitSets */
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.NO_BITSETS:[[J
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast long[][]
            invokespecial com.oracle.truffle.regex.charset.CompressedCodePointSet.<init>:([I[[J)V
            areturn
        end local 6 // int curPlane
        end local 5 // int lowestOCP
        end local 4 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
        end local 3 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
        end local 2 // int size
        end local 1 // com.oracle.truffle.regex.tregex.buffer.CompilationBuffer compilationBuffer
        end local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   28     0                cps  Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;
            0   28     1  compilationBuffer  Lcom/oracle/truffle/regex/tregex/buffer/CompilationBuffer;
            1   28     2               size  I
            7   28     3             ranges  Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;
            8   28     4            bitSets  Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer<[J>;
            9   28     5          lowestOCP  I
           10   28     6           curPlane  I
           11   23     7                  i  I
    MethodParameters:
                   Name  Flags
      cps                
      compilationBuffer  

  private static com.oracle.truffle.regex.charset.CompressedCodePointSet convertToBitSet(com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges);
    descriptor: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;)Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
         0: .line 159
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getMin:()I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            istore 1 /* highByte */
        start local 1 // int highByte
         1: .line 160
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getMax:()I
            iconst_1
            iadd
            invokestatic com.oracle.truffle.regex.util.BitSets.createBitSetArray:(I)[J
            astore 2 /* bs */
        start local 2 // long[] bs
         2: .line 161
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 162
      StackMap locals: int long[] int
      StackMap stack:
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.$assertionsDisabled:Z
            ifne 6
            aload 0 /* cps */
            iload 3 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            iload 1 /* highByte */
            if_icmpne 5
            aload 0 /* cps */
            iload 3 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            iload 1 /* highByte */
            if_icmpeq 6
      StackMap locals:
      StackMap stack:
         5: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 163
      StackMap locals:
      StackMap stack:
            aload 2 /* bs */
            aload 0 /* cps */
            iload 3 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.lowByte:(I)I
            aload 0 /* cps */
            iload 3 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.lowByte:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.setRange:([JII)V
         7: .line 161
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.size:()I
            if_icmplt 4
        end local 3 // int i
         9: .line 165
            new com.oracle.truffle.regex.charset.CompressedCodePointSet
            dup
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getMin:()I
            iastore
            dup
            iconst_1
            aload 0 /* cps */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getMax:()I
            iastore
            iconst_1
            anewarray long[]
            dup
            iconst_0
            aload 2 /* bs */
            aastore
            invokespecial com.oracle.truffle.regex.charset.CompressedCodePointSet.<init>:([I[[J)V
            areturn
        end local 2 // long[] bs
        end local 1 // int highByte
        end local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0       cps  Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;
            1   10     1  highByte  I
            2   10     2        bs  [J
            3    9     3         i  I
    MethodParameters:
      Name  Flags
      cps   

  private static void processRanges(com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges, com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer, com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer<long[]>, int, int, int, );
    descriptor: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;IIII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
        start local 1 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
        start local 2 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
        start local 3 // int iMin
        start local 4 // int iMax
        start local 5 // int iMaxBS
        start local 6 // int curPlane
         0: .line 169
            iload 5 /* iMaxBS */
            iload 3 /* iMin */
            isub
            iconst_3
            if_icmplt 3
         1: .line 170
            aload 0 /* cps */
            aload 2 /* bitSets */
            aload 1 /* ranges */
            iload 3 /* iMin */
            iload 5 /* iMaxBS */
            iload 6 /* curPlane */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.addBitSet:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;III)V
         2: .line 171
            goto 4
         3: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* cps */
            aload 2 /* bitSets */
            aload 1 /* ranges */
            iload 3 /* iMin */
            iload 4 /* iMax */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.addRanges:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;II)V
         4: .line 174
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int curPlane
        end local 5 // int iMaxBS
        end local 4 // int iMax
        end local 3 // int iMin
        end local 2 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
        end local 1 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
        end local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0       cps  Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;
            0    5     1    ranges  Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;
            0    5     2   bitSets  Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer<[J>;
            0    5     3      iMin  I
            0    5     4      iMax  I
            0    5     5    iMaxBS  I
            0    5     6  curPlane  I
    Signature: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer<[J>;IIII)V
    MethodParameters:
          Name  Flags
      cps       
      ranges    
      bitSets   
      iMin      
      iMax      
      iMaxBS    
      curPlane  

  private static void addRanges(com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges, com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer<long[]>, com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer, int, );
    descriptor: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;II)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
        start local 1 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
        start local 2 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
        start local 3 // int iMinArg
        start local 4 // int iMax
         0: .line 177
            iload 3 /* iMinArg */
            iload 4 /* iMax */
            if_icmpne 2
         1: .line 178
            return
         2: .line 180
      StackMap locals:
      StackMap stack:
            iload 3 /* iMinArg */
            istore 5 /* iMin */
        start local 5 // int iMin
         3: .line 181
            aload 1 /* bitSets */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.isEmpty:()Z
            ifne 6
            aload 1 /* bitSets */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.peek:()Ljava/lang/Object;
            ifnull 6
            aload 0 /* cps */
            iload 5 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            aload 2 /* ranges */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.getMax:()I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            if_icmpne 6
         4: .line 182
            aload 2 /* ranges */
            aload 2 /* ranges */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.getMax:()I
            iconst_1
            iadd
            aload 0 /* cps */
            iload 5 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.appendRangeAllowAdjacent:(II)V
         5: .line 183
            iinc 5 /* iMin */ 1
         6: .line 185
      StackMap locals: int
      StackMap stack:
            aload 0 /* cps */
            aload 2 /* ranges */
            iload 5 /* iMin */
            iload 4 /* iMax */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.appendRangesTo:(Lcom/oracle/truffle/regex/charset/RangesBuffer;II)V
         7: .line 186
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: goto 11
         9: .line 187
      StackMap locals: int
      StackMap stack:
            aload 1 /* bitSets */
            aconst_null
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.add:(Ljava/lang/Object;)V
        10: .line 186
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 4 /* iMax */
            iload 3 /* iMinArg */
            isub
            if_icmplt 9
        end local 6 // int i
        12: .line 189
            return
        end local 5 // int iMin
        end local 4 // int iMax
        end local 3 // int iMinArg
        end local 2 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
        end local 1 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
        end local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0      cps  Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;
            0   13     1  bitSets  Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer<[J>;
            0   13     2   ranges  Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;
            0   13     3  iMinArg  I
            0   13     4     iMax  I
            3   13     5     iMin  I
            8   12     6        i  I
    Signature: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer<[J>;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;II)V
    MethodParameters:
         Name  Flags
      cps      
      bitSets  
      ranges   
      iMinArg  
      iMax     

  private static void addBitSet(com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges, com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer<long[]>, com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer, int, int, );
    descriptor: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;III)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=13, args_size=6
        start local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
        start local 1 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
        start local 2 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
        start local 3 // int iMin
        start local 4 // int iMax
        start local 5 // int curPlane
         0: .line 192
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.$assertionsDisabled:Z
            ifne 1
            iload 4 /* iMax */
            iload 3 /* iMin */
            isub
            iconst_1
            if_icmpgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 193
      StackMap locals:
      StackMap stack:
            iload 5 /* curPlane */
            bipush 8
            ishl
            istore 6 /* curPlaneLo */
        start local 6 // int curPlaneLo
         2: .line 194
            aload 0 /* cps */
            iload 3 /* iMin */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.rangeCrossesPlanes:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;I)Z
            ifeq 10
         3: .line 195
            aload 1 /* bitSets */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.isEmpty:()Z
            ifne 4
            aload 1 /* bitSets */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.peek:()Ljava/lang/Object;
            ifnull 4
            aload 0 /* cps */
            iload 3 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            aload 2 /* ranges */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.getMax:()I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            if_icmpeq 7
         4: .line 196
      StackMap locals: int
      StackMap stack:
            aload 2 /* ranges */
            aload 0 /* cps */
            iload 3 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            iload 6 /* curPlaneLo */
            iconst_1
            isub
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.appendRangeAllowAdjacent:(II)V
         5: .line 197
            aload 1 /* bitSets */
            aconst_null
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.add:(Ljava/lang/Object;)V
         6: .line 198
            goto 10
      StackMap locals:
      StackMap stack:
         7: aload 0 /* cps */
            iload 3 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            aload 0 /* cps */
            iload 3 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            isub
            iconst_1
            if_icmple 10
         8: .line 199
            aload 2 /* ranges */
            aload 2 /* ranges */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.getMax:()I
            iconst_1
            iadd
            iload 6 /* curPlaneLo */
            iconst_1
            isub
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.appendRangeAllowAdjacent:(II)V
         9: .line 200
            aload 1 /* bitSets */
            aconst_null
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.add:(Ljava/lang/Object;)V
        10: .line 206
      StackMap locals:
      StackMap stack:
            iload 3 /* iMin */
            istore 10 /* iMinBS */
        start local 10 // int iMinBS
        11: .line 207
            iload 4 /* iMax */
            istore 11 /* iMaxBS */
        start local 11 // int iMaxBS
        12: .line 208
            aload 0 /* cps */
            iload 4 /* iMax */
            iconst_1
            isub
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.rangeCrossesPlanes:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;I)Z
            ifeq 18
        13: .line 209
            sipush 256
            invokestatic com.oracle.truffle.regex.util.BitSets.createBitSetArray:(I)[J
            astore 7 /* bs */
        start local 7 // long[] bs
        14: .line 210
            iinc 11 /* iMaxBS */ -1
        15: .line 211
            aload 7 /* bs */
            aload 0 /* cps */
            iload 4 /* iMax */
            iconst_1
            isub
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.lowByte:(I)I
            sipush 255
            invokestatic com.oracle.truffle.regex.util.BitSets.setRange:([JII)V
        16: .line 212
            iload 6 /* curPlaneLo */
            sipush 255
            ior
            istore 9 /* bsRangeHi */
        start local 9 // int bsRangeHi
        17: .line 213
            goto 20
        end local 9 // int bsRangeHi
        end local 7 // long[] bs
        18: .line 214
      StackMap locals: com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer int int int int top top top int int
      StackMap stack:
            aload 0 /* cps */
            iload 4 /* iMax */
            iconst_1
            isub
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.lowByte:(I)I
            iconst_1
            iadd
            invokestatic com.oracle.truffle.regex.util.BitSets.createBitSetArray:(I)[J
            astore 7 /* bs */
        start local 7 // long[] bs
        19: .line 215
            aload 0 /* cps */
            iload 4 /* iMax */
            iconst_1
            isub
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            istore 9 /* bsRangeHi */
        start local 9 // int bsRangeHi
        20: .line 217
      StackMap locals: com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer int int int int long[] top int int int
      StackMap stack:
            aload 0 /* cps */
            iload 3 /* iMin */
            invokestatic com.oracle.truffle.regex.charset.CompressedCodePointSet.rangeCrossesPlanes:(Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;I)Z
            ifeq 26
        21: .line 218
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.$assertionsDisabled:Z
            ifne 22
            aload 0 /* cps */
            iload 3 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            iload 5 /* curPlane */
            if_icmpeq 22
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        22: .line 219
      StackMap locals:
      StackMap stack:
            iinc 10 /* iMinBS */ 1
        23: .line 220
            aload 7 /* bs */
            iconst_0
            aload 0 /* cps */
            iload 3 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.lowByte:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.setRange:([JII)V
        24: .line 221
            iload 6 /* curPlaneLo */
            istore 8 /* bsRangeLo */
        start local 8 // int bsRangeLo
        25: .line 222
            goto 27
        end local 8 // int bsRangeLo
        26: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* cps */
            iload 3 /* iMin */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            istore 8 /* bsRangeLo */
        start local 8 // int bsRangeLo
        27: .line 225
      StackMap locals: com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer int int int int long[] int int int int
      StackMap stack:
            iload 10 /* iMinBS */
            istore 12 /* i */
        start local 12 // int i
        28: goto 33
        29: .line 226
      StackMap locals: int
      StackMap stack:
            getstatic com.oracle.truffle.regex.charset.CompressedCodePointSet.$assertionsDisabled:Z
            ifne 31
            aload 0 /* cps */
            iload 12 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            iload 5 /* curPlane */
            if_icmpne 30
            aload 0 /* cps */
            iload 12 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            iload 5 /* curPlane */
            if_icmpeq 31
      StackMap locals:
      StackMap stack:
        30: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        31: .line 227
      StackMap locals:
      StackMap stack:
            aload 7 /* bs */
            aload 0 /* cps */
            iload 12 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.lowByte:(I)I
            aload 0 /* cps */
            iload 12 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.lowByte:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.setRange:([JII)V
        32: .line 225
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 12 /* i */
            iload 11 /* iMaxBS */
            if_icmplt 29
        end local 12 // int i
        34: .line 229
            aload 1 /* bitSets */
            aload 7 /* bs */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer.add:(Ljava/lang/Object;)V
        35: .line 230
            aload 2 /* ranges */
            iload 8 /* bsRangeLo */
            iload 9 /* bsRangeHi */
            invokevirtual com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer.appendRangeAllowAdjacent:(II)V
        36: .line 231
            return
        end local 11 // int iMaxBS
        end local 10 // int iMinBS
        end local 9 // int bsRangeHi
        end local 8 // int bsRangeLo
        end local 7 // long[] bs
        end local 6 // int curPlaneLo
        end local 5 // int curPlane
        end local 4 // int iMax
        end local 3 // int iMin
        end local 2 // com.oracle.truffle.regex.tregex.buffer.IntRangesBuffer ranges
        end local 1 // com.oracle.truffle.regex.tregex.buffer.ObjectArrayBuffer bitSets
        end local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges cps
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0         cps  Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;
            0   37     1     bitSets  Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer<[J>;
            0   37     2      ranges  Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;
            0   37     3        iMin  I
            0   37     4        iMax  I
            0   37     5    curPlane  I
            2   37     6  curPlaneLo  I
           14   18     7          bs  [J
           19   37     7          bs  [J
           25   26     8   bsRangeLo  I
           27   37     8   bsRangeLo  I
           17   18     9   bsRangeHi  I
           20   37     9   bsRangeHi  I
           11   37    10      iMinBS  I
           12   37    11      iMaxBS  I
           28   34    12           i  I
    Signature: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;Lcom/oracle/truffle/regex/tregex/buffer/ObjectArrayBuffer<[J>;Lcom/oracle/truffle/regex/tregex/buffer/IntRangesBuffer;III)V
    MethodParameters:
          Name  Flags
      cps       
      bitSets   
      ranges    
      iMin      
      iMax      
      curPlane  

  private static boolean rangeCrossesPlanes(com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges, int);
    descriptor: (Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges ranges
        start local 1 // int i
         0: .line 234
            aload 0 /* ranges */
            iload 1 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getLo:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            aload 0 /* ranges */
            iload 1 /* i */
            invokevirtual com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges.getHi:(I)I
            invokestatic com.oracle.truffle.regex.util.BitSets.highByte:(I)I
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.regex.charset.ImmutableSortedListOfIntRanges ranges
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  ranges  Lcom/oracle/truffle/regex/charset/ImmutableSortedListOfIntRanges;
            0    2     1       i  I
    MethodParameters:
        Name  Flags
      ranges  
      i       

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
        start local 1 // java.lang.Object obj
         0: .line 239
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 240
            iconst_1
            ireturn
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.oracle.truffle.regex.charset.CompressedCodePointSet
            ifeq 5
         3: .line 243
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            aload 1 /* obj */
            checkcast com.oracle.truffle.regex.charset.CompressedCodePointSet
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ifeq 4
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            aload 1 /* obj */
            checkcast com.oracle.truffle.regex.charset.CompressedCodePointSet
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            invokestatic java.util.Arrays.deepEquals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 245
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            0    6     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
         0: .line 250
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            invokestatic java.util.Arrays.hashCode:([I)I
            bipush 31
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            invokestatic java.util.Arrays.deepHashCode:([Ljava/lang/Object;)I
            iadd
            ireturn
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
         0: .line 256
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            ifnonnull 2
         1: .line 257
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            invokestatic com.oracle.truffle.regex.charset.CharMatchers.rangesToString:([I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 259
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         3: .line 260
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 10
         5: .line 261
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            iload 2 /* i */
            iconst_2
            idiv
            aaload
            ifnonnull 8
         6: .line 262
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            iload 2 /* i */
            iaload
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            iload 2 /* i */
            iconst_1
            iadd
            iaload
            invokestatic com.oracle.truffle.regex.charset.Range.toString:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 263
            goto 9
         8: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "[range: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            iload 2 /* i */
            iaload
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            iload 2 /* i */
            iconst_1
            iadd
            iaload
            invokestatic com.oracle.truffle.regex.charset.Range.toString:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", bs: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.bitSets:[[J
            iload 2 /* i */
            iconst_2
            idiv
            aaload
            invokestatic com.oracle.truffle.regex.util.BitSets.toString:([J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 260
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield com.oracle.truffle.regex.charset.CompressedCodePointSet.ranges:[I
            arraylength
            if_icmplt 5
        end local 2 // int i
        11: .line 267
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.oracle.truffle.regex.charset.CompressedCodePointSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/oracle/truffle/regex/charset/CompressedCodePointSet;
            3   12     1    sb  Ljava/lang/StringBuilder;
            4   11     2     i  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "CompressedCodePointSet.java"
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives