class com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode extends com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode
  super_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode
{
  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[]);
    descriptor: ([Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode this
        start local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] children
         0: .line 1841
            aload 0 /* this */
            aload 1 /* children */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode.<init>:([Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
         1: .line 1842
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] children
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$AllocationNode;
            0    2     1  children  [Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    MethodParameters:
          Name  Flags
      children  

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 1846
            ldc Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage;
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.access$7:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentContext
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentContext.allocationReporter:Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            astore 2 /* reporter */
        start local 2 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
         1: .line 1847
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocatedObject
            dup
            ldc "Integer"
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocatedObject.<init>:(Ljava/lang/String;)V
            astore 3 /* allocatedObject */
        start local 3 // java.lang.Object allocatedObject
         2: .line 1848
            aload 2 /* reporter */
            aconst_null
            lconst_0
            lconst_1
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.onEnter:(Ljava/lang/Object;JJ)V
         3: .line 1849
            aload 2 /* reporter */
            aload 3 /* allocatedObject */
            lconst_0
            lconst_1
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.onReturnValue:(Ljava/lang/Object;JJ)V
         4: .line 1850
            aload 3 /* allocatedObject */
            areturn
        end local 3 // java.lang.Object allocatedObject
        end local 2 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$AllocationNode;
            0    5     1            frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    5     2         reporter  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            2    5     3  allocatedObject  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      frame  

  protected com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode copyUninitialized(java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode this
        start local 1 // java.util.Set materializedTags
         0: .line 1855
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode.children:[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode.cloneUninitialized:([Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;Ljava/util/Set;)[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode.<init>:([Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
            areturn
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$AllocationNode;
            0    1     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    MethodParameters:
                  Name  Flags
      materializedTags  
}
SourceFile: "InstrumentationTestLanguage.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
InnerClasses:
  AllocatedObject = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocatedObject of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  private AllocationNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$AllocationNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  public abstract BaseNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  public abstract InstrumentedNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage