public final class org.graalvm.compiler.lir.stackslotalloc.StackInterval
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.lir.stackslotalloc.StackInterval
  super_class: java.lang.Object
{
  private static final int INVALID_START;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  private static final int INVALID_END;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648

  private final org.graalvm.compiler.lir.VirtualStackSlot operand;
    descriptor: Lorg/graalvm/compiler/lir/VirtualStackSlot;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.graalvm.compiler.lir.stackslotalloc.StackInterval hint;
    descriptor: Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
    flags: (0x0002) ACC_PRIVATE

  private final jdk.vm.ci.meta.ValueKind<?> kind;
    descriptor: Ljdk/vm/ci/meta/ValueKind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljdk/vm/ci/meta/ValueKind<*>;

  private int from;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int to;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private jdk.vm.ci.code.StackSlot location;
    descriptor: Ljdk/vm/ci/code/StackSlot;
    flags: (0x0002) ACC_PRIVATE

  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 32
            ldc Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            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 org.graalvm.compiler.lir.stackslotalloc.StackInterval.$assertionsDisabled:Z
         3: .line 35
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.lir.VirtualStackSlot, jdk.vm.ci.meta.ValueKind<?>);
    descriptor: (Lorg/graalvm/compiler/lir/VirtualStackSlot;Ljdk/vm/ci/meta/ValueKind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
        start local 1 // org.graalvm.compiler.lir.VirtualStackSlot operand
        start local 2 // jdk.vm.ci.meta.ValueKind kind
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            ldc 2147483647
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
         2: .line 40
            aload 0 /* this */
            ldc -2147483648
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
         3: .line 44
            aload 0 /* this */
            aload 1 /* operand */
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.operand:Lorg/graalvm/compiler/lir/VirtualStackSlot;
         4: .line 45
            aload 0 /* this */
            aload 2 /* kind */
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.kind:Ljdk/vm/ci/meta/ValueKind;
         5: .line 46
            return
        end local 2 // jdk.vm.ci.meta.ValueKind kind
        end local 1 // org.graalvm.compiler.lir.VirtualStackSlot operand
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            0    6     1  operand  Lorg/graalvm/compiler/lir/VirtualStackSlot;
            0    6     2     kind  Ljdk/vm/ci/meta/ValueKind<*>;
    Signature: (Lorg/graalvm/compiler/lir/VirtualStackSlot;Ljdk/vm/ci/meta/ValueKind<*>;)V
    MethodParameters:
         Name  Flags
      operand  
      kind     

  public boolean verify(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
        start local 1 // int maxOpId
         0: .line 50
            getstatic org.graalvm.compiler.lir.stackslotalloc.StackInterval.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            iflt 1
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
            if_icmpgt 1
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
            iload 1 /* maxOpId */
            iconst_1
            iadd
            if_icmple 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            ldc "from %d, to %d, maxOpId %d"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 1 /* maxOpId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 51
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // int maxOpId
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            0    3     1  maxOpId  I
    MethodParameters:
         Name  Flags
      maxOpId  

  public org.graalvm.compiler.lir.VirtualStackSlot getOperand();
    descriptor: ()Lorg/graalvm/compiler/lir/VirtualStackSlot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 55
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.operand:Lorg/graalvm/compiler/lir/VirtualStackSlot;
            areturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;

  public void addTo(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
        start local 1 // int opId
         0: .line 59
            iload 1 /* opId */
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
            if_icmplt 2
         1: .line 60
            aload 0 /* this */
            iload 1 /* opId */
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
         2: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int opId
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            0    3     1  opId  I
    MethodParameters:
      Name  Flags
      opId  

  protected void addFrom(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
        start local 1 // int opId
         0: .line 65
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            iload 1 /* opId */
            if_icmple 4
         1: .line 66
            aload 0 /* this */
            iload 1 /* opId */
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
         2: .line 68
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
            ldc -2147483648
            if_icmpne 4
         3: .line 69
            aload 0 /* this */
            iload 1 /* opId */
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
         4: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int opId
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            0    5     1  opId  I
    MethodParameters:
      Name  Flags
      opId  

  public jdk.vm.ci.meta.ValueKind<?> kind();
    descriptor: ()Ljdk/vm/ci/meta/ValueKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 75
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.kind:Ljdk/vm/ci/meta/ValueKind;
            areturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
    Signature: ()Ljdk/vm/ci/meta/ValueKind<*>;

  public jdk.vm.ci.code.StackSlot location();
    descriptor: ()Ljdk/vm/ci/code/StackSlot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 79
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.location:Ljdk/vm/ci/code/StackSlot;
            areturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;

  public void setLocation(jdk.vm.ci.code.StackSlot);
    descriptor: (Ljdk/vm/ci/code/StackSlot;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
        start local 1 // jdk.vm.ci.code.StackSlot location
         0: .line 83
            aload 0 /* this */
            aload 1 /* location */
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.location:Ljdk/vm/ci/code/StackSlot;
         1: .line 84
            return
        end local 1 // jdk.vm.ci.code.StackSlot location
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            0    2     1  location  Ljdk/vm/ci/code/StackSlot;
    MethodParameters:
          Name  Flags
      location  

  public int from();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 87
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            ireturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;

  public int to();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 91
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
            ireturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;

  public void fixFrom();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 95
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            ldc 2147483647
            if_icmpne 2
         1: .line 96
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
         2: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;

  public boolean isFixed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 101
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 106
            ldc "SI[%d-%d] k=%s o=%s l=%s h=%s"
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.from:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.to:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.kind:Ljdk/vm/ci/meta/ValueKind;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.operand:Lorg/graalvm/compiler/lir/VirtualStackSlot;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.location:Ljdk/vm/ci/code/StackSlot;
            aastore
            dup
            iconst_5
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.hint:Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            ifnull 1
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.hint:Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            invokevirtual org.graalvm.compiler.lir.stackslotalloc.StackInterval.getOperand:()Lorg/graalvm/compiler/lir/VirtualStackSlot;
            goto 2
      StackMap locals: org.graalvm.compiler.lir.stackslotalloc.StackInterval
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         1: ldc "null"
      StackMap locals: org.graalvm.compiler.lir.stackslotalloc.StackInterval
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.Object
         2: aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;

  public void setLocationHint(org.graalvm.compiler.lir.stackslotalloc.StackInterval);
    descriptor: (Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
        start local 1 // org.graalvm.compiler.lir.stackslotalloc.StackInterval locationHint
         0: .line 110
            aload 0 /* this */
            aload 1 /* locationHint */
            putfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.hint:Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
         1: .line 111
            return
        end local 1 // org.graalvm.compiler.lir.stackslotalloc.StackInterval locationHint
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            0    2     1  locationHint  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
    MethodParameters:
              Name  Flags
      locationHint  

  public org.graalvm.compiler.lir.stackslotalloc.StackInterval locationHint();
    descriptor: ()Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
         0: .line 114
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.stackslotalloc.StackInterval.hint:Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
            areturn
        end local 0 // org.graalvm.compiler.lir.stackslotalloc.StackInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/stackslotalloc/StackInterval;
}
SourceFile: "StackInterval.java"