class org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.debug.DebugTimer timer;
    descriptor: Lorg/graalvm/compiler/debug/DebugTimer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.debug.DebugCounter executionCount;
    descriptor: Lorg/graalvm/compiler/debug/DebugCounter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.debug.DebugCounter inputNodesCount;
    descriptor: Lorg/graalvm/compiler/debug/DebugCounter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.debug.DebugMemUseTracker memUseTracker;
    descriptor: Lorg/graalvm/compiler/debug/DebugMemUseTracker;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics this
        start local 1 // java.lang.Class clazz
         0: .line 107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 108
            aload 0 /* this */
            ldc "PhaseTime_%s"
            aload 1 /* clazz */
            invokestatic org.graalvm.compiler.debug.Debug.timer:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugTimer;
            putfield org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics.timer:Lorg/graalvm/compiler/debug/DebugTimer;
         2: .line 109
            aload 0 /* this */
            ldc "PhaseCount_%s"
            aload 1 /* clazz */
            invokestatic org.graalvm.compiler.debug.Debug.counter:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugCounter;
            putfield org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics.executionCount:Lorg/graalvm/compiler/debug/DebugCounter;
         3: .line 110
            aload 0 /* this */
            ldc "PhaseMemUse_%s"
            aload 1 /* clazz */
            invokestatic org.graalvm.compiler.debug.Debug.memUseTracker:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugMemUseTracker;
            putfield org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics.memUseTracker:Lorg/graalvm/compiler/debug/DebugMemUseTracker;
         4: .line 111
            aload 0 /* this */
            ldc "PhaseNodes_%s"
            aload 1 /* clazz */
            invokestatic org.graalvm.compiler.debug.Debug.counter:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugCounter;
            putfield org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics.inputNodesCount:Lorg/graalvm/compiler/debug/DebugCounter;
         5: .line 112
            return
        end local 1 // java.lang.Class clazz
        end local 0 // org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/graalvm/compiler/phases/BasePhase$BasePhaseStatistics;
            0    6     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  
}
SourceFile: "BasePhase.java"
NestHost: org.graalvm.compiler.phases.BasePhase
InnerClasses:
  private BasePhaseStatistics = org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics of org.graalvm.compiler.phases.BasePhase