public final class org.jcodings.CodeRange
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jcodings.CodeRange
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jcodings.CodeRange this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jcodings.CodeRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jcodings/CodeRange;

  public static boolean isInCodeRange(int[], int);
    descriptor: ([II)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int[] p
        start local 1 // int code
         0: .line 24
            aload 0 /* p */
            iconst_0
            iload 1 /* code */
            invokestatic org.jcodings.CodeRange.isInCodeRange:([III)Z
            ireturn
        end local 1 // int code
        end local 0 // int[] p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     p  [I
            0    1     1  code  I
    MethodParameters:
      Name  Flags
      p     
      code  

  public static boolean isInCodeRange(int[], int, int);
    descriptor: ([III)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // int[] p
        start local 1 // int offset
        start local 2 // int code
         0: .line 28
            iconst_0
            istore 3 /* low */
        start local 3 // int low
         1: .line 29
            aload 0 /* p */
            iload 1 /* offset */
            iaload
            istore 4 /* n */
        start local 4 // int n
         2: .line 30
            iload 4 /* n */
            istore 5 /* high */
        start local 5 // int high
         3: .line 32
            goto 9
         4: .line 33
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* low */
            iload 5 /* high */
            iadd
            iconst_1
            ishr
            istore 6 /* x */
        start local 6 // int x
         5: .line 34
            iload 2 /* code */
            aload 0 /* p */
            iload 6 /* x */
            iconst_1
            ishl
            iconst_2
            iadd
            iload 1 /* offset */
            iadd
            iaload
            if_icmple 8
         6: .line 35
            iload 6 /* x */
            iconst_1
            iadd
            istore 3 /* low */
         7: .line 36
            goto 9
         8: .line 37
      StackMap locals: int
      StackMap stack:
            iload 6 /* x */
            istore 5 /* high */
        end local 6 // int x
         9: .line 32
      StackMap locals:
      StackMap stack:
            iload 3 /* low */
            iload 5 /* high */
            if_icmplt 4
        10: .line 40
            iload 3 /* low */
            iload 4 /* n */
            if_icmpge 11
            iload 2 /* code */
            aload 0 /* p */
            iload 3 /* low */
            iconst_1
            ishl
            iconst_1
            iadd
            iload 1 /* offset */
            iadd
            iaload
            if_icmplt 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 5 // int high
        end local 4 // int n
        end local 3 // int low
        end local 2 // int code
        end local 1 // int offset
        end local 0 // int[] p
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0       p  [I
            0   12     1  offset  I
            0   12     2    code  I
            1   12     3     low  I
            2   12     4       n  I
            3   12     5    high  I
            5    9     6       x  I
    MethodParameters:
        Name  Flags
      p       
      offset  
      code    
}
SourceFile: "CodeRange.java"