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

  protected java.lang.Object doInt(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 this
        start local 1 // int value1
        start local 2 // java.lang.Object value2
         0: .line 225
            iload 1 /* value1 */
            aload 2 /* value2 */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // java.lang.Object value2
        end local 1 // int value1
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$TypeBoxingTest3;
            0    1     1  value1  I
            0    1     2  value2  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value1 < 0"})
    MethodParameters:
        Name  Flags
      value1  
      value2  

  protected java.lang.Object doInt(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 this
        start local 1 // java.lang.Object value1
        start local 2 // int value2
         0: .line 230
            aload 1 /* value1 */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iload 2 /* value2 */
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int value2
        end local 1 // java.lang.Object value1
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$TypeBoxingTest3;
            0    1     1  value1  Ljava/lang/Object;
            0    1     2  value2  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value2 < 0"})
    MethodParameters:
        Name  Flags
      value1  
      value2  

  protected java.lang.Object doInt(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 this
        start local 1 // int value1
        start local 2 // int value2
         0: .line 235
            iload 1 /* value1 */
            iload 2 /* value2 */
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int value2
        end local 1 // int value1
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$TypeBoxingTest3;
            0    1     1  value1  I
            0    1     2  value2  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value1 >= 0", "value2 >= 0"})
    MethodParameters:
        Name  Flags
      value1  
      value2  
}
SourceFile: "TypeBoxingTest.java"
NestHost: com.oracle.truffle.api.dsl.test.TypeBoxingTest
InnerClasses:
  abstract TestNode = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  abstract TypeBoxingTest3 = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 of com.oracle.truffle.api.dsl.test.TypeBoxingTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChildren(value = {com.oracle.truffle.api.dsl.NodeChild(), com.oracle.truffle.api.dsl.NodeChild()})