public abstract class org.graalvm.compiler.core.common.type.ArithmeticStamp extends org.graalvm.compiler.core.common.type.Stamp
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.core.common.type.ArithmeticStamp
  super_class: org.graalvm.compiler.core.common.type.Stamp
{
  private final org.graalvm.compiler.core.common.type.ArithmeticOpTable ops;
    descriptor: Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 35
            ldc Lorg/graalvm/compiler/core/common/type/ArithmeticStamp;
            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.core.common.type.ArithmeticStamp.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.graalvm.compiler.core.common.type.ArithmeticOpTable);
    descriptor: (Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
        start local 1 // org.graalvm.compiler.core.common.type.ArithmeticOpTable ops
         0: .line 39
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.common.type.Stamp.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* ops */
            putfield org.graalvm.compiler.core.common.type.ArithmeticStamp.ops:Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
         2: .line 41
            return
        end local 1 // org.graalvm.compiler.core.common.type.ArithmeticOpTable ops
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/core/common/type/ArithmeticStamp;
            0    3     1   ops  Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
    MethodParameters:
      Name  Flags
      ops   

  public org.graalvm.compiler.core.common.type.ArithmeticOpTable getOps();
    descriptor: ()Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
         0: .line 44
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.type.ArithmeticStamp.ops:Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
            areturn
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/common/type/ArithmeticStamp;

  public abstract jdk.vm.ci.meta.SerializableConstant deserialize(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljdk/vm/ci/meta/SerializableConstant;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      buffer  

  public org.graalvm.compiler.core.common.type.Stamp improveWith(org.graalvm.compiler.core.common.type.Stamp);
    descriptor: (Lorg/graalvm/compiler/core/common/type/Stamp;)Lorg/graalvm/compiler/core/common/type/Stamp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
        start local 1 // org.graalvm.compiler.core.common.type.Stamp other
         0: .line 51
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.graalvm.compiler.core.common.type.ArithmeticStamp.isCompatible:(Lorg/graalvm/compiler/core/common/type/Stamp;)Z
            ifeq 2
         1: .line 52
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.graalvm.compiler.core.common.type.ArithmeticStamp.join:(Lorg/graalvm/compiler/core/common/type/Stamp;)Lorg/graalvm/compiler/core/common/type/Stamp;
            areturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.compiler.core.common.type.Stamp other
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/graalvm/compiler/core/common/type/ArithmeticStamp;
            0    3     1  other  Lorg/graalvm/compiler/core/common/type/Stamp;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
         0: .line 61
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 62
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.type.ArithmeticStamp.ops:Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
            invokevirtual org.graalvm.compiler.core.common.type.ArithmeticOpTable.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 63
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/graalvm/compiler/core/common/type/ArithmeticStamp;
            1    3     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
        start local 1 // java.lang.Object obj
         0: .line 68
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 69
            iconst_1
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.graalvm.compiler.core.common.type.ArithmeticStamp
            ifne 4
         3: .line 72
            iconst_0
            ireturn
         4: .line 74
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.common.type.ArithmeticStamp.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.type.ArithmeticStamp.ops:Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
            aload 1 /* obj */
            checkcast org.graalvm.compiler.core.common.type.ArithmeticStamp
            getfield org.graalvm.compiler.core.common.type.ArithmeticStamp.ops:Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.type.ArithmeticStamp.ops:Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " vs. "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* obj */
            checkcast org.graalvm.compiler.core.common.type.ArithmeticStamp
            getfield org.graalvm.compiler.core.common.type.ArithmeticStamp.ops:Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 75
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticStamp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/core/common/type/ArithmeticStamp;
            0    6     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ArithmeticStamp.java"