class com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1 extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  private com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode alloc;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  final com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage this$1;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage, com.oracle.truffle.api.TruffleLanguage, com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage;Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/source/Source;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1 this
        start local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
         0: .line 629
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1.this$1:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
         1: .line 631
            aload 0 /* this */
            aload 3
            invokevirtual com.oracle.truffle.api.source.Source.getCharacters:()Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage.parse:(Ljava/lang/String;)Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1.alloc:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;
         2: .line 629
            return
        end local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$1;
            0    3     2  $anonymous0  Lcom/oracle/truffle/api/TruffleLanguage<*>;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$code     final

  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=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 635
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1.alloc:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$1;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "AllocationReporterTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage.parse:(Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;)Lcom/oracle/truffle/api/CallTarget;
NestHost: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest
InnerClasses:
  public final ParsingRequest = com.oracle.truffle.api.TruffleLanguage$ParsingRequest of com.oracle.truffle.api.TruffleLanguage
  public AllocationReporterLanguage = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest
  com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$1
  private AllocNode = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node