public class org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark extends org.graalvm.compiler.microbenchmarks.graal.GraalBenchmark
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark
  super_class: org.graalvm.compiler.microbenchmarks.graal.GraalBenchmark
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.microbenchmarks.graal.GraalBenchmark.<init>:()V
            return
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark;

  public static int nullnessSnippet(java.lang.Object, java.lang.Object, int, int);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // java.lang.Object a
        start local 1 // java.lang.Object b
        start local 2 // int n
        start local 3 // int m
         0: .line 42
            iconst_0
            istore 4 /* result */
        start local 4 // int result
         1: .line 43
            aload 0 /* a */
            ifnonnull 27
         2: .line 44
            aload 0 /* a */
            aload 1 /* b */
            if_acmpne 15
         3: .line 45
            aload 1 /* b */
            ifnonnull 14
         4: .line 46
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 12
         6: .line 47
      StackMap locals: int int
      StackMap stack:
            iload 5 /* i */
            iconst_3
            irem
            ifne 8
         7: .line 48
            goto 13
         8: .line 50
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            iconst_1
            ishl
            istore 4 /* result */
         9: .line 51
            iload 5 /* i */
            bipush 7
            irem
            ifne 11
        10: .line 52
            goto 13
        11: .line 46
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 2 /* n */
            if_icmplt 6
        end local 5 // int i
        13: .line 55
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        14: .line 57
      StackMap locals:
      StackMap stack:
            bipush -2
            ireturn
        15: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            ifnonnull 26
        16: .line 61
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        17: goto 24
        18: .line 62
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            iconst_4
            irem
            ifne 20
        19: .line 63
            goto 25
        20: .line 65
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            iconst_1
            ishl
            istore 4 /* result */
        21: .line 66
            iload 5 /* i */
            bipush 7
            irem
            ifne 23
        22: .line 67
            goto 25
        23: .line 61
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 5 /* i */
            iload 2 /* n */
            if_icmplt 18
        end local 5 // int i
        25: .line 70
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            ireturn
        26: .line 72
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
        27: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            aload 1 /* b */
            if_acmpne 40
        28: .line 77
            aload 1 /* b */
            ifnonnull 39
        29: .line 78
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        30: goto 37
        31: .line 79
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            iconst_5
            irem
            ifne 33
        32: .line 80
            goto 38
        33: .line 82
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            iconst_1
            ishl
            istore 4 /* result */
        34: .line 83
            iload 5 /* i */
            bipush 7
            irem
            ifne 36
        35: .line 84
            goto 38
        36: .line 78
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 5 /* i */
            iload 2 /* n */
            if_icmplt 31
        end local 5 // int i
        38: .line 87
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            ireturn
        39: .line 89
      StackMap locals:
      StackMap stack:
            bipush 6
            ireturn
        40: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            ifnonnull 51
        41: .line 93
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        42: goto 49
        43: .line 94
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            bipush 6
            irem
            ifne 45
        44: .line 95
            goto 50
        45: .line 97
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            iconst_1
            ishl
            istore 4 /* result */
        46: .line 98
            iload 5 /* i */
            bipush 7
            irem
            ifne 48
        47: .line 99
            goto 50
        48: .line 93
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        49: iload 5 /* i */
            iload 2 /* n */
            if_icmplt 43
        end local 5 // int i
        50: .line 102
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            ireturn
        51: .line 104
      StackMap locals:
      StackMap stack:
            bipush 8
            ireturn
        end local 4 // int result
        end local 3 // int m
        end local 2 // int n
        end local 1 // java.lang.Object b
        end local 0 // java.lang.Object a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   52     0       a  Ljava/lang/Object;
            0   52     1       b  Ljava/lang/Object;
            0   52     2       n  I
            0   52     3       m  I
            1   52     4  result  I
            5   13     5       i  I
           17   25     5       i  I
           30   38     5       i  I
           42   50     5       i  I
    MethodParameters:
      Name  Flags
      a     
      b     
      n     
      m     

  public void nullness(org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Nullness, org.graalvm.compiler.microbenchmarks.graal.util.GraalState);
    descriptor: (Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Nullness;Lorg/graalvm/compiler/microbenchmarks/graal/util/GraalState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBenchmark cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
      Name  Flags
      s     
      g     

  public void newDominatorConditionalElimination(org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Nullness, org.graalvm.compiler.microbenchmarks.graal.util.GraalState);
    descriptor: (Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Nullness;Lorg/graalvm/compiler/microbenchmarks/graal/util/GraalState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBenchmark cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
      Name  Flags
      s     
      g     

  public static org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry searchSnippet(org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry, java.lang.String, org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry);
    descriptor: (Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;Ljava/lang/String;Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;)Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry start
        start local 1 // java.lang.String name
        start local 2 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry alternative
         0: .line 142
            aload 0 /* start */
            astore 3 /* current */
        start local 3 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry current
         1: .line 144
            goto 7
         2: .line 145
      StackMap locals: org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry
      StackMap stack:
            aload 1 /* name */
            ifnull 5
            aload 3 /* current */
            getfield org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry.name:Ljava/lang/String;
            aload 1 /* name */
            if_acmpne 5
         3: .line 146
            aconst_null
            astore 3 /* current */
         4: .line 147
            goto 7
         5: .line 148
      StackMap locals:
      StackMap stack:
            aload 3 /* current */
            checkcast org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$EntryWithNext
            getfield org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$EntryWithNext.next:Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;
            astore 4 /* next */
        start local 4 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry next
         6: .line 149
            aload 4 /* next */
            astore 3 /* current */
        end local 4 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry next
         7: .line 144
      StackMap locals:
      StackMap stack:
            aload 3 /* current */
            instanceof org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$EntryWithNext
            ifne 2
         8: .line 153
            aload 3 /* current */
            ifnull 11
         9: .line 154
            aload 3 /* current */
            getfield org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry.name:Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 155
            aload 3 /* current */
            areturn
        11: .line 158
      StackMap locals:
      StackMap stack:
            aload 3 /* current */
            aload 2 /* alternative */
            if_acmpne 13
        12: .line 159
            aconst_null
            areturn
        13: .line 161
      StackMap locals:
      StackMap stack:
            aload 2 /* alternative */
            astore 3 /* current */
        14: .line 163
            goto 7
        end local 3 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry current
        end local 2 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry alternative
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry start
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0        start  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;
            0   15     1         name  Ljava/lang/String;
            0   15     2  alternative  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;
            1   15     3      current  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;
            6    7     4         next  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Entry;
    MethodParameters:
             Name  Flags
      start        
      name         
      alternative  

  public void search(org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Search, org.graalvm.compiler.microbenchmarks.graal.util.GraalState);
    descriptor: (Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark$Search;Lorg/graalvm/compiler/microbenchmarks/graal/util/GraalState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
         0: .line 166
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBenchmark cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/ConditionalEliminationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
      Name  Flags
      s     
      g     
}
SourceFile: "ConditionalEliminationBenchmark.java"
NestMembers:
  org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry  org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$EntryWithNext  org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Nullness  org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Search
InnerClasses:
  Entry = org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Entry of org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark
  EntryWithNext = org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$EntryWithNext of org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark
  public Nullness = org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Nullness of org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark
  public Search = org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark$Search of org.graalvm.compiler.microbenchmarks.graal.ConditionalEliminationBenchmark