final class com.oracle.truffle.tools.profiler.MemoryTracer$Listener implements com.oracle.truffle.api.instrumentation.AllocationListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.MemoryTracer$Listener
  super_class: java.lang.Object
{
  java.lang.ThreadLocal<java.lang.Boolean> gettingMetaObject;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0000) 
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/Boolean;>;

  final com.oracle.truffle.tools.profiler.MemoryTracer this$0;
    descriptor: Lcom/oracle/truffle/tools/profiler/MemoryTracer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.oracle.truffle.tools.profiler.MemoryTracer);
    descriptor: (Lcom/oracle/truffle/tools/profiler/MemoryTracer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
         0: .line 317
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.this$0:Lcom/oracle/truffle/tools/profiler/MemoryTracer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 323
            aload 0 /* this */
            invokedynamic get()Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/tools/profiler/MemoryTracer$Listener.lambda$0()Ljava/lang/Boolean; (6)
                  ()Ljava/lang/Boolean;
            invokestatic java.lang.ThreadLocal.withInitial:(Ljava/util/function/Supplier;)Ljava/lang/ThreadLocal;
            putfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.gettingMetaObject:Ljava/lang/ThreadLocal;
         2: .line 317
            return
        end local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/profiler/MemoryTracer$Listener;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onEnter(com.oracle.truffle.api.instrumentation.AllocationEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/AllocationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
        start local 1 // com.oracle.truffle.api.instrumentation.AllocationEvent event
         0: .line 327
            return
        end local 1 // com.oracle.truffle.api.instrumentation.AllocationEvent event
        end local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/tools/profiler/MemoryTracer$Listener;
            0    1     1  event  Lcom/oracle/truffle/api/instrumentation/AllocationEvent;
    MethodParameters:
       Name  Flags
      event  

  public void onReturnValue(com.oracle.truffle.api.instrumentation.AllocationEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/AllocationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
        start local 1 // com.oracle.truffle.api.instrumentation.AllocationEvent event
         0: .line 332
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.gettingMetaObject:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
         1: .line 333
            return
         2: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.this$0:Lcom/oracle/truffle/tools/profiler/MemoryTracer;
            getfield com.oracle.truffle.tools.profiler.MemoryTracer.shadowStack:Lcom/oracle/truffle/tools/profiler/ShadowStack;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual com.oracle.truffle.tools.profiler.ShadowStack.getStack:(Ljava/lang/Thread;)Lcom/oracle/truffle/tools/profiler/ShadowStack$ThreadLocalStack;
            astore 2 /* stack */
        start local 2 // com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack stack
         3: .line 336
            aload 2 /* stack */
            ifnull 4
            aload 2 /* stack */
            invokevirtual com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack.getStackIndex:()I
            iconst_m1
            if_icmpne 5
         4: .line 338
      StackMap locals: com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack
      StackMap stack:
            return
         5: .line 340
      StackMap locals:
      StackMap stack:
            aload 2 /* stack */
            invokevirtual com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack.hasStackOverflowed:()Z
            ifeq 8
         6: .line 341
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.this$0:Lcom/oracle/truffle/tools/profiler/MemoryTracer;
            iconst_1
            putfield com.oracle.truffle.tools.profiler.MemoryTracer.stackOverflowed:Z
         7: .line 342
            return
         8: .line 344
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getLanguage:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            astore 3 /* languageInfo */
        start local 3 // com.oracle.truffle.api.nodes.LanguageInfo languageInfo
         9: .line 346
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.gettingMetaObject:Ljava/lang/ThreadLocal;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        10: .line 347
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.this$0:Lcom/oracle/truffle/tools/profiler/MemoryTracer;
            getfield com.oracle.truffle.tools.profiler.MemoryTracer.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 3 /* languageInfo */
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getValue:()Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getLanguageView:(Lcom/oracle/truffle/api/nodes/LanguageInfo;Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* view */
        start local 5 // java.lang.Object view
        11: .line 348
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            aload 5 /* view */
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:(Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            astore 6 /* viewLib */
        start local 6 // com.oracle.truffle.api.interop.InteropLibrary viewLib
        12: .line 349
            aload 6 /* viewLib */
            aload 5 /* view */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMetaObject:(Ljava/lang/Object;)Z
            ifeq 18
        13: .line 351
            getstatic com.oracle.truffle.tools.profiler.MemoryTracer.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            getstatic com.oracle.truffle.tools.profiler.MemoryTracer.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 6 /* viewLib */
            aload 5 /* view */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMetaObject:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMetaQualifiedName:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* metaObjectString */
        start local 4 // java.lang.String metaObjectString
        14: .line 352
            goto 19
        end local 4 // java.lang.String metaObjectString
      StackMap locals: com.oracle.truffle.tools.profiler.MemoryTracer$Listener com.oracle.truffle.api.instrumentation.AllocationEvent com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack com.oracle.truffle.api.nodes.LanguageInfo top java.lang.Object com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
        15: astore 7 /* e */
        start local 7 // com.oracle.truffle.api.interop.UnsupportedMessageException e
        16: .line 353
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
        17: .line 354
            new java.lang.AssertionError
            dup
            aload 7 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 7 // com.oracle.truffle.api.interop.UnsupportedMessageException e
        18: .line 357
      StackMap locals:
      StackMap stack:
            ldc "null"
            astore 4 /* metaObjectString */
        start local 4 // java.lang.String metaObjectString
        19: .line 359
      StackMap locals: com.oracle.truffle.tools.profiler.MemoryTracer$Listener com.oracle.truffle.api.instrumentation.AllocationEvent com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack com.oracle.truffle.api.nodes.LanguageInfo java.lang.String java.lang.Object com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.gettingMetaObject:Ljava/lang/ThreadLocal;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        20: .line 360
            new com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo
            dup
            aload 3 /* languageInfo */
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getNewSize:()J
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getOldSize:()J
            lsub
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getOldSize:()J
            lconst_0
            lcmp
            ifeq 21
            iconst_1
            goto 22
      StackMap locals: com.oracle.truffle.tools.profiler.MemoryTracer$Listener com.oracle.truffle.api.instrumentation.AllocationEvent com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack com.oracle.truffle.api.nodes.LanguageInfo java.lang.String java.lang.Object com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack: new 20 new 20 com.oracle.truffle.api.nodes.LanguageInfo long
        21: iconst_0
      StackMap locals: com.oracle.truffle.tools.profiler.MemoryTracer$Listener com.oracle.truffle.api.instrumentation.AllocationEvent com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack com.oracle.truffle.api.nodes.LanguageInfo java.lang.String java.lang.Object com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack: new 20 new 20 com.oracle.truffle.api.nodes.LanguageInfo long int
        22: aload 4 /* metaObjectString */
            invokespecial com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo.<init>:(Lcom/oracle/truffle/api/nodes/LanguageInfo;JZLjava/lang/String;)V
            astore 7 /* info */
        start local 7 // com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo info
        23: .line 361
            aload 0 /* this */
            aload 2 /* stack */
            aload 7 /* info */
            invokevirtual com.oracle.truffle.tools.profiler.MemoryTracer$Listener.handleEvent:(Lcom/oracle/truffle/tools/profiler/ShadowStack$ThreadLocalStack;Lcom/oracle/truffle/tools/profiler/MemoryTracer$AllocationEventInfo;)Z
            pop
        24: .line 362
            return
        end local 7 // com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo info
        end local 6 // com.oracle.truffle.api.interop.InteropLibrary viewLib
        end local 5 // java.lang.Object view
        end local 4 // java.lang.String metaObjectString
        end local 3 // com.oracle.truffle.api.nodes.LanguageInfo languageInfo
        end local 2 // com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack stack
        end local 1 // com.oracle.truffle.api.instrumentation.AllocationEvent event
        end local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   25     0              this  Lcom/oracle/truffle/tools/profiler/MemoryTracer$Listener;
            0   25     1             event  Lcom/oracle/truffle/api/instrumentation/AllocationEvent;
            3   25     2             stack  Lcom/oracle/truffle/tools/profiler/ShadowStack$ThreadLocalStack;
            9   25     3      languageInfo  Lcom/oracle/truffle/api/nodes/LanguageInfo;
           14   15     4  metaObjectString  Ljava/lang/String;
           19   25     4  metaObjectString  Ljava/lang/String;
           11   25     5              view  Ljava/lang/Object;
           12   25     6           viewLib  Lcom/oracle/truffle/api/interop/InteropLibrary;
           16   18     7                 e  Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
           23   25     7              info  Lcom/oracle/truffle/tools/profiler/MemoryTracer$AllocationEventInfo;
      Exception table:
        from    to  target  type
          13    14      15  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      event  

  boolean handleEvent(com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack, com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo);
    descriptor: (Lcom/oracle/truffle/tools/profiler/ShadowStack$ThreadLocalStack;Lcom/oracle/truffle/tools/profiler/MemoryTracer$AllocationEventInfo;)Z
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
        start local 1 // com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack stack
        start local 2 // com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo info
         0: .line 365
            aload 1 /* stack */
            invokevirtual com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack.getStack:()[Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
            astore 3 /* locations */
        start local 3 // com.oracle.truffle.tools.profiler.StackTraceEntry[] locations
         1: .line 366
            aload 3 /* locations */
            ifnonnull 3
         2: .line 367
            iconst_0
            ireturn
         3: .line 369
      StackMap locals: com.oracle.truffle.tools.profiler.StackTraceEntry[]
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.this$0:Lcom/oracle/truffle/tools/profiler/MemoryTracer;
            dup
            astore 4
            monitorenter
         4: .line 371
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.MemoryTracer$Listener.this$0:Lcom/oracle/truffle/tools/profiler/MemoryTracer;
            getfield com.oracle.truffle.tools.profiler.MemoryTracer.rootNodes:Ljava/util/Map;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            new com.oracle.truffle.tools.profiler.MemoryTracer$Listener$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.tools.profiler.MemoryTracer$Listener$1.<init>:(Lcom/oracle/truffle/tools/profiler/MemoryTracer$Listener;)V
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast com.oracle.truffle.tools.profiler.ProfilerNode
            astore 5 /* treeNode */
        start local 5 // com.oracle.truffle.tools.profiler.ProfilerNode treeNode
         5: .line 377
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 15
         7: .line 378
      StackMap locals: com.oracle.truffle.tools.profiler.MemoryTracer com.oracle.truffle.tools.profiler.ProfilerNode int
      StackMap stack:
            aload 3 /* locations */
            iload 6 /* i */
            aaload
            astore 7 /* location */
        start local 7 // com.oracle.truffle.tools.profiler.StackTraceEntry location
         8: .line 379
            aload 5 /* treeNode */
            aload 7 /* location */
            invokevirtual com.oracle.truffle.tools.profiler.ProfilerNode.findChild:(Lcom/oracle/truffle/tools/profiler/StackTraceEntry;)Lcom/oracle/truffle/tools/profiler/ProfilerNode;
            astore 8 /* child */
        start local 8 // com.oracle.truffle.tools.profiler.ProfilerNode child
         9: .line 380
            aload 8 /* child */
            ifnonnull 12
        10: .line 381
            new com.oracle.truffle.tools.profiler.ProfilerNode
            dup
            aload 5 /* treeNode */
            aload 7 /* location */
            new com.oracle.truffle.tools.profiler.MemoryTracer$Payload
            dup
            invokespecial com.oracle.truffle.tools.profiler.MemoryTracer$Payload.<init>:()V
            invokespecial com.oracle.truffle.tools.profiler.ProfilerNode.<init>:(Lcom/oracle/truffle/tools/profiler/ProfilerNode;Lcom/oracle/truffle/tools/profiler/StackTraceEntry;Ljava/lang/Object;)V
            astore 8 /* child */
        11: .line 382
            aload 5 /* treeNode */
            aload 7 /* location */
            aload 8 /* child */
            invokevirtual com.oracle.truffle.tools.profiler.ProfilerNode.addChild:(Lcom/oracle/truffle/tools/profiler/StackTraceEntry;Lcom/oracle/truffle/tools/profiler/ProfilerNode;)V
        12: .line 384
      StackMap locals: com.oracle.truffle.tools.profiler.StackTraceEntry com.oracle.truffle.tools.profiler.ProfilerNode
      StackMap stack:
            aload 8 /* child */
            astore 5 /* treeNode */
        13: .line 385
            aload 5 /* treeNode */
            invokevirtual com.oracle.truffle.tools.profiler.ProfilerNode.getPayload:()Ljava/lang/Object;
            checkcast com.oracle.truffle.tools.profiler.MemoryTracer$Payload
            invokevirtual com.oracle.truffle.tools.profiler.MemoryTracer$Payload.incrementTotalAllocations:()V
        end local 8 // com.oracle.truffle.tools.profiler.ProfilerNode child
        end local 7 // com.oracle.truffle.tools.profiler.StackTraceEntry location
        14: .line 377
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            aload 3 /* locations */
            arraylength
            if_icmplt 7
        end local 6 // int i
        16: .line 388
            aload 5 /* treeNode */
            invokevirtual com.oracle.truffle.tools.profiler.ProfilerNode.getPayload:()Ljava/lang/Object;
            checkcast com.oracle.truffle.tools.profiler.MemoryTracer$Payload
            invokevirtual com.oracle.truffle.tools.profiler.MemoryTracer$Payload.getEvents:()Ljava/util/List;
            aload 2 /* info */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        17: .line 389
            aload 4
            monitorexit
        18: iconst_1
            ireturn
        end local 5 // com.oracle.truffle.tools.profiler.ProfilerNode treeNode
        19: .line 369
      StackMap locals: com.oracle.truffle.tools.profiler.MemoryTracer$Listener com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo com.oracle.truffle.tools.profiler.StackTraceEntry[] com.oracle.truffle.tools.profiler.MemoryTracer
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
        20: athrow
        end local 3 // com.oracle.truffle.tools.profiler.StackTraceEntry[] locations
        end local 2 // com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo info
        end local 1 // com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack stack
        end local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$Listener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lcom/oracle/truffle/tools/profiler/MemoryTracer$Listener;
            0   21     1      stack  Lcom/oracle/truffle/tools/profiler/ShadowStack$ThreadLocalStack;
            0   21     2       info  Lcom/oracle/truffle/tools/profiler/MemoryTracer$AllocationEventInfo;
            1   21     3  locations  [Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
            5   19     5   treeNode  Lcom/oracle/truffle/tools/profiler/ProfilerNode<Lcom/oracle/truffle/tools/profiler/MemoryTracer$Payload;>;
            6   16     6          i  I
            8   14     7   location  Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
            9   14     8      child  Lcom/oracle/truffle/tools/profiler/ProfilerNode<Lcom/oracle/truffle/tools/profiler/MemoryTracer$Payload;>;
      Exception table:
        from    to  target  type
           4    18      19  any
          19    20      19  any
    MethodParameters:
       Name  Flags
      stack  
      info   

  private static java.lang.Boolean lambda$0();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 323
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MemoryTracer.java"
NestHost: com.oracle.truffle.tools.profiler.MemoryTracer
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public final AllocationEventInfo = com.oracle.truffle.tools.profiler.MemoryTracer$AllocationEventInfo of com.oracle.truffle.tools.profiler.MemoryTracer
  private final Listener = com.oracle.truffle.tools.profiler.MemoryTracer$Listener of com.oracle.truffle.tools.profiler.MemoryTracer
  com.oracle.truffle.tools.profiler.MemoryTracer$Listener$1
  public final Payload = com.oracle.truffle.tools.profiler.MemoryTracer$Payload of com.oracle.truffle.tools.profiler.MemoryTracer
  final ThreadLocalStack = com.oracle.truffle.tools.profiler.ShadowStack$ThreadLocalStack of com.oracle.truffle.tools.profiler.ShadowStack
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles