final class org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl extends org.graalvm.compiler.debug.internal.CloseableCounterImpl implements org.graalvm.compiler.debug.DebugCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl
  super_class: org.graalvm.compiler.debug.internal.CloseableCounterImpl
{
  private void <init>(org.graalvm.compiler.debug.internal.AccumulatedDebugValue);
    descriptor: (Lorg/graalvm/compiler/debug/internal/AccumulatedDebugValue;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
        start local 1 // org.graalvm.compiler.debug.internal.AccumulatedDebugValue counter
         0: .line 107
            aload 0 /* this */
            getstatic org.graalvm.compiler.debug.internal.MemUseTrackerImpl.currentTracker:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.debug.internal.CloseableCounterImpl
            aload 1 /* counter */
            invokespecial org.graalvm.compiler.debug.internal.CloseableCounterImpl.<init>:(Lorg/graalvm/compiler/debug/internal/CloseableCounterImpl;Lorg/graalvm/compiler/debug/internal/AccumulatedDebugValue;)V
         1: .line 108
            return
        end local 1 // org.graalvm.compiler.debug.internal.AccumulatedDebugValue counter
        end local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/debug/internal/MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl;
            0    2     1  counter  Lorg/graalvm/compiler/debug/internal/AccumulatedDebugValue;
    MethodParameters:
         Name  Flags
      counter  

  long getCounterValue();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
         0: .line 112
            invokestatic org.graalvm.compiler.debug.internal.MemUseTrackerImpl.getCurrentThreadAllocatedBytes:()J
            lreturn
        end local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/internal/MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
         0: .line 117
            aload 0 /* this */
            invokespecial org.graalvm.compiler.debug.internal.CloseableCounterImpl.close:()V
         1: .line 118
            getstatic org.graalvm.compiler.debug.internal.MemUseTrackerImpl.currentTracker:Ljava/lang/ThreadLocal;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl.parent:Lorg/graalvm/compiler/debug/internal/CloseableCounterImpl;
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         2: .line 119
            return
        end local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/debug/internal/MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl;

  protected void interceptDifferenceAccm(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
        start local 1 // long difference
         0: .line 123
            invokestatic org.graalvm.compiler.debug.Debug.isMethodMeterEnabled:()Z
            ifeq 2
         1: .line 124
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl.counter:Lorg/graalvm/compiler/debug/internal/AccumulatedDebugValue;
            invokevirtual org.graalvm.compiler.debug.internal.AccumulatedDebugValue.getName:()Ljava/lang/String;
            lload 1 /* difference */
            invokestatic org.graalvm.compiler.debug.internal.method.MethodMetricsImpl.addToCurrentScopeMethodMetrics:(Ljava/lang/String;J)V
         2: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long difference
        end local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/graalvm/compiler/debug/internal/MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl;
            0    3     1  difference  J
    MethodParameters:
            Name  Flags
      difference  

  protected void interceptDifferenceFlat(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
        start local 1 // long difference
         0: .line 130
            invokestatic org.graalvm.compiler.debug.Debug.isMethodMeterEnabled:()Z
            ifeq 2
         1: .line 131
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl.counter:Lorg/graalvm/compiler/debug/internal/AccumulatedDebugValue;
            getfield org.graalvm.compiler.debug.internal.AccumulatedDebugValue.flat:Lorg/graalvm/compiler/debug/internal/DebugValue;
            invokevirtual org.graalvm.compiler.debug.internal.DebugValue.getName:()Ljava/lang/String;
            lload 1 /* difference */
            invokestatic org.graalvm.compiler.debug.internal.method.MethodMetricsImpl.addToCurrentScopeMethodMetrics:(Ljava/lang/String;J)V
         2: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long difference
        end local 0 // org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/graalvm/compiler/debug/internal/MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl;
            0    3     1  difference  J
    MethodParameters:
            Name  Flags
      difference  
}
SourceFile: "MemUseTrackerImpl.java"
NestHost: org.graalvm.compiler.debug.internal.MemUseTrackerImpl
InnerClasses:
  private final MemUseInterceptingCloseableCounterImpl = org.graalvm.compiler.debug.internal.MemUseTrackerImpl$MemUseInterceptingCloseableCounterImpl of org.graalvm.compiler.debug.internal.MemUseTrackerImpl