class com.oracle.truffle.api.instrumentation.ContextObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.ContextObject
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.instrumentation.AllocationReporter reporter;
    descriptor: Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.instrumentation.AllocationReporter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/AllocationReporter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.ContextObject this
        start local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
         0: .line 430
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 431
            aload 0 /* this */
            aload 1 /* reporter */
            putfield com.oracle.truffle.api.instrumentation.ContextObject.reporter:Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
         2: .line 432
            return
        end local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
        end local 0 // com.oracle.truffle.api.instrumentation.ContextObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/instrumentation/ContextObject;
            0    3     1  reporter  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
    MethodParameters:
          Name  Flags
      reporter  

  public com.oracle.truffle.api.instrumentation.AllocationReporter getReporter();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.ContextObject this
         0: .line 435
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.ContextObject.reporter:Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.ContextObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/ContextObject;
}
SourceFile: "AllocationReporter.java"