class org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1 extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  final org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest this$0;
    descriptor: Lorg/graalvm/compiler/truffle/test/AllocationReporterPartialEvaluationTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.instrumentation.AllocationReporter val$reporter;
    descriptor: Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Long[] val$value;
    descriptor: [Ljava/lang/Long;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest, com.oracle.truffle.api.TruffleLanguage, com.oracle.truffle.api.instrumentation.AllocationReporter, java.lang.Long[]);
    descriptor: (Lorg/graalvm/compiler/truffle/test/AllocationReporterPartialEvaluationTest;Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/instrumentation/AllocationReporter;[Ljava/lang/Long;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1 this
        start local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1.this$0:Lorg/graalvm/compiler/truffle/test/AllocationReporterPartialEvaluationTest;
            aload 0 /* this */
            aload 3
            putfield org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1.val$reporter:Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            aload 0 /* this */
            aload 4
            putfield org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1.val$value:[Ljava/lang/Long;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
            return
        end local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
        end local 0 // org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/truffle/test/AllocationReporterPartialEvaluationTest$1;
            0    1     2  $anonymous0  Lcom/oracle/truffle/api/TruffleLanguage<*>;
    MethodParameters:
              Name  Flags
      this$0        final
      $anonymous0   
      val$reporter  final
      val$value     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=6, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 70
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1.val$reporter:Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1.val$value:[Ljava/lang/Long;
            iconst_0
            aaload
            ldc 4
            ldc 8
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.onEnter:(Ljava/lang/Object;JJ)V
         1: .line 71
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/truffle/test/AllocationReporterPartialEvaluationTest$1;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "AllocationReporterPartialEvaluationTest.java"
EnclosingMethod: org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest.testConsistentAssertions:()V
NestHost: org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest
InnerClasses:
  org.graalvm.compiler.truffle.test.AllocationReporterPartialEvaluationTest$1