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

  public abstract java.lang.Object execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      arg0  

  boolean s0(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // boolean value
        start local 2 // boolean cachedValue
         0: .line 93
            iload 1 /* value */
            ireturn
        end local 2 // boolean cachedValue
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  Z
            0    1     2  cachedValue  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  byte s1(byte, byte);
    descriptor: (BB)B
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // byte value
        start local 2 // byte cachedValue
         0: .line 98
            iload 1 /* value */
            ireturn
        end local 2 // byte cachedValue
        end local 1 // byte value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  B
            0    1     2  cachedValue  B
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  short s2(short, short);
    descriptor: (SS)S
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // short value
        start local 2 // short cachedValue
         0: .line 103
            iload 1 /* value */
            ireturn
        end local 2 // short cachedValue
        end local 1 // short value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  S
            0    1     2  cachedValue  S
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  char s3(char, char);
    descriptor: (CC)C
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // char value
        start local 2 // char cachedValue
         0: .line 108
            iload 1 /* value */
            ireturn
        end local 2 // char cachedValue
        end local 1 // char value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  C
            0    1     2  cachedValue  C
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  int s4(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // int value
        start local 2 // int cachedValue
         0: .line 113
            iload 1 /* value */
            ireturn
        end local 2 // int cachedValue
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  I
            0    1     2  cachedValue  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  long s5(long, long);
    descriptor: (JJ)J
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // long value
        start local 3 // long cachedValue
         0: .line 118
            lload 1 /* value */
            lreturn
        end local 3 // long cachedValue
        end local 1 // long value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  J
            0    1     3  cachedValue  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  float s6(float, float);
    descriptor: (FF)F
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // float value
        start local 2 // float cachedValue
         0: .line 123
            fload 1 /* value */
            freturn
        end local 2 // float cachedValue
        end local 1 // float value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  F
            0    1     2  cachedValue  F
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  double s7(double, double);
    descriptor: (DD)D
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // double value
        start local 3 // double cachedValue
         0: .line 128
            dload 1 /* value */
            dreturn
        end local 3 // double cachedValue
        end local 1 // double value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  D
            0    1     3  cachedValue  D
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  

  java.lang.String s8(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
        start local 1 // java.lang.String value
        start local 2 // java.lang.String cachedValue
         0: .line 133
            aload 1 /* value */
            areturn
        end local 2 // java.lang.String cachedValue
        end local 1 // java.lang.String value
        end local 0 // com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/IdentityComparisonTest$IdentityComparison1Node;
            0    1     1        value  Ljava/lang/String;
            0    1     2  cachedValue  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == cachedValue"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedValue  
}
SourceFile: "IdentityComparisonTest.java"
NestHost: com.oracle.truffle.api.dsl.test.IdentityComparisonTest
InnerClasses:
  abstract IdentityComparison1Node = com.oracle.truffle.api.dsl.test.IdentityComparisonTest$IdentityComparison1Node of com.oracle.truffle.api.dsl.test.IdentityComparisonTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystemReference(value = Lcom/oracle/truffle/api/dsl/test/examples/ExampleTypes;)