abstract class com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
         0: .line 122
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReplacesTest$Replaces3;

  static boolean isGreaterZero(int);
    descriptor: (I)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int a
         0: .line 125
            iload 0 /* a */
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  I
    MethodParameters:
      Name  Flags
      a     

  static boolean isOne(int);
    descriptor: (I)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 129
            iload 0 /* a */
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  I
    MethodParameters:
      Name  Flags
      a     

  int f1(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
        start local 1 // int a
         0: .line 134
            iload 1 /* a */
            iconst_1
            iadd
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReplacesTest$Replaces3;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"isOne(a)"})
    MethodParameters:
      Name  Flags
      a     

  int f2(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
        start local 1 // int a
         0: .line 139
            iload 1 /* a */
            iconst_1
            if_icmpne 2
         1: .line 140
            iconst_2
            ireturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            iload 1 /* a */
            ineg
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/ReplacesTest$Replaces3;
            0    3     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"f1"}, guards = {"isGreaterZero(a)"})
    MethodParameters:
      Name  Flags
      a     

  int f3(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
        start local 1 // int a
         0: .line 147
            iload 1 /* a */
            ifle 4
         1: .line 148
            iload 1 /* a */
            iconst_1
            if_icmpne 2
            iconst_2
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 1 /* a */
            ineg
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 150
      StackMap locals:
      StackMap stack:
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/dsl/test/ReplacesTest$Replaces3;
            0    5     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"f2"})
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "ReplacesTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ReplacesTest
InnerClasses:
  abstract Replaces3 = com.oracle.truffle.api.dsl.test.ReplacesTest$Replaces3 of com.oracle.truffle.api.dsl.test.ReplacesTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild(value = "a")