public abstract class org.graalvm.compiler.lir.phases.LIRPhase<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.lir.phases.LIRPhase
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.debug.TimerKey timer;
    descriptor: Lorg/graalvm/compiler/debug/TimerKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public static final java.lang.ClassValue<org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics> statisticsClassValue;
    descriptor: Ljava/lang/ClassValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ClassValue<Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            ldc Lorg/graalvm/compiler/lir/phases/LIRPhase;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.lir.phases.LIRPhase.$assertionsDisabled:Z
         3: .line 81
            new org.graalvm.compiler.lir.phases.LIRPhase$1
            dup
            invokespecial org.graalvm.compiler.lir.phases.LIRPhase$1.<init>:()V
            putstatic org.graalvm.compiler.lir.phases.LIRPhase.statisticsClassValue:Ljava/lang/ClassValue;
         4: .line 86
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics getLIRPhaseStatistics(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class c
         0: .line 89
            getstatic org.graalvm.compiler.lir.phases.LIRPhase.statisticsClassValue:Ljava/lang/ClassValue;
            aload 0 /* c */
            invokevirtual java.lang.ClassValue.get:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics
            areturn
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;
    MethodParameters:
      Name  Flags
      c     

  private static boolean checkName(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.CharSequence name
         0: .line 98
            getstatic org.graalvm.compiler.lir.phases.LIRPhase.$assertionsDisabled:Z
            ifne 1
            aload 0 /* name */
            ifnull 1
            getstatic org.graalvm.compiler.lir.phases.LIRPhase$NamePatternHolder.NAME_PATTERN:Ljava/util/regex/Pattern;
            aload 0 /* name */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            invokevirtual java.util.regex.Matcher.matches:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "illegal phase name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 99
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
         0: .line 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 103
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.graalvm.compiler.lir.phases.LIRPhase.getLIRPhaseStatistics:(Ljava/lang/Class;)Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;
            astore 1 /* statistics */
        start local 1 // org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics statistics
         2: .line 104
            aload 0 /* this */
            aload 1 /* statistics */
            getfield org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics.timer:Lorg/graalvm/compiler/debug/TimerKey;
            putfield org.graalvm.compiler.lir.phases.LIRPhase.timer:Lorg/graalvm/compiler/debug/TimerKey;
         3: .line 105
            aload 0 /* this */
            aload 1 /* statistics */
            getfield org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics.memUseTracker:Lorg/graalvm/compiler/debug/MemUseTrackerKey;
            putfield org.graalvm.compiler.lir.phases.LIRPhase.memUseTracker:Lorg/graalvm/compiler/debug/MemUseTrackerKey;
         4: .line 106
            return
        end local 1 // org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics statistics
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            2    5     1  statistics  Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;

  public final void apply(jdk.vm.ci.code.TargetDescription, org.graalvm.compiler.lir.gen.LIRGenerationResult, );
    descriptor: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
        start local 1 // jdk.vm.ci.code.TargetDescription target
        start local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        start local 3 // java.lang.Object context
         0: .line 109
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* lirGenRes */
            aload 3 /* context */
            iconst_1
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.apply:(Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;Z)V
         1: .line 110
            return
        end local 3 // java.lang.Object context
        end local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        end local 1 // jdk.vm.ci.code.TargetDescription target
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            0    2     1     target  Ljdk/vm/ci/code/TargetDescription;
            0    2     2  lirGenRes  Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;
            0    2     3    context  TC;
    Signature: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;TC;)V
    MethodParameters:
           Name  Flags
      target     
      lirGenRes  
      context    

  public final void apply(jdk.vm.ci.code.TargetDescription, org.graalvm.compiler.lir.gen.LIRGenerationResult, C, );
    descriptor: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=13, args_size=5
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
        start local 1 // jdk.vm.ci.code.TargetDescription target
        start local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        start local 3 // java.lang.Object context
        start local 4 // boolean dumpLIR
         0: .line 114
            aload 2 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.gen.LIRGenerationResult.getLIR:()Lorg/graalvm/compiler/lir/LIR;
            invokevirtual org.graalvm.compiler.lir.LIR.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 5 /* debug */
        start local 5 // org.graalvm.compiler.debug.DebugContext debug
         1: .line 115
            aconst_null
            astore 6
            aconst_null
            astore 7
         2: aload 5 /* debug */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.getName:()Ljava/lang/CharSequence;
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugContext.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugContext$Scope;
            astore 8 /* s */
        start local 8 // org.graalvm.compiler.debug.DebugContext$Scope s
         3: .line 116
            aconst_null
            astore 9
            aconst_null
            astore 10
         4: aload 0 /* this */
            getfield org.graalvm.compiler.lir.phases.LIRPhase.timer:Lorg/graalvm/compiler/debug/TimerKey;
            aload 5 /* debug */
            invokeinterface org.graalvm.compiler.debug.TimerKey.start:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 11 /* a */
        start local 11 // org.graalvm.compiler.debug.DebugCloseable a
         5: aload 0 /* this */
            getfield org.graalvm.compiler.lir.phases.LIRPhase.memUseTracker:Lorg/graalvm/compiler/debug/MemUseTrackerKey;
            aload 5 /* debug */
            invokeinterface org.graalvm.compiler.debug.MemUseTrackerKey.start:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 12 /* c */
        start local 12 // org.graalvm.compiler.debug.DebugCloseable c
         6: .line 117
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* lirGenRes */
            aload 3 /* context */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.run:(Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;)V
         7: .line 118
            iload 4 /* dumpLIR */
            ifeq 9
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.areScopesEnabled:()Z
            ifeq 9
         8: .line 119
            aload 0 /* this */
            aload 2 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.dumpAfter:(Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;)V
         9: .line 121
      StackMap locals: org.graalvm.compiler.lir.phases.LIRPhase jdk.vm.ci.code.TargetDescription org.graalvm.compiler.lir.gen.LIRGenerationResult java.lang.Object int org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugCloseable org.graalvm.compiler.debug.DebugCloseable
      StackMap stack:
            aload 12 /* c */
            ifnull 12
            aload 12 /* c */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 9
            aload 12 /* c */
            ifnull 11
            aload 12 /* c */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 12 // org.graalvm.compiler.debug.DebugCloseable c
      StackMap locals:
      StackMap stack:
        11: aload 9
            athrow
      StackMap locals:
      StackMap stack:
        12: aload 11 /* a */
            ifnull 20
            aload 11 /* a */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 10
            aload 9
            ifnonnull 14
            aload 10
            astore 9
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 9
            aload 10
            if_acmpeq 15
            aload 9
            aload 10
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 11 /* a */
            ifnull 16
            aload 11 /* a */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 11 // org.graalvm.compiler.debug.DebugCloseable a
      StackMap locals:
      StackMap stack:
        16: aload 9
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: astore 10
            aload 9
            ifnonnull 18
            aload 10
            astore 9
            goto 19
      StackMap locals:
      StackMap stack:
        18: aload 9
            aload 10
            if_acmpeq 19
            aload 9
            aload 10
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        19: aload 9
            athrow
        20: .line 122
      StackMap locals:
      StackMap stack:
            aload 8 /* s */
            ifnull 28
            aload 8 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
            goto 28
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: astore 6
            aload 8 /* s */
            ifnull 22
            aload 8 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        end local 8 // org.graalvm.compiler.debug.DebugContext$Scope s
      StackMap locals:
      StackMap stack:
        22: aload 6
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 7
            aload 6
            ifnonnull 24
            aload 7
            astore 6
            goto 25
      StackMap locals:
      StackMap stack:
        24: aload 6
            aload 7
            if_acmpeq 25
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        25: aload 6
            athrow
      StackMap locals: org.graalvm.compiler.lir.phases.LIRPhase jdk.vm.ci.code.TargetDescription org.graalvm.compiler.lir.gen.LIRGenerationResult java.lang.Object int org.graalvm.compiler.debug.DebugContext
      StackMap stack: java.lang.Throwable
        26: astore 6 /* e */
        start local 6 // java.lang.Throwable e
        27: .line 123
            aload 5 /* debug */
            aload 6 /* e */
            invokevirtual org.graalvm.compiler.debug.DebugContext.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 6 // java.lang.Throwable e
        28: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.graalvm.compiler.debug.DebugContext debug
        end local 4 // boolean dumpLIR
        end local 3 // java.lang.Object context
        end local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        end local 1 // jdk.vm.ci.code.TargetDescription target
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   29     0       this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            0   29     1     target  Ljdk/vm/ci/code/TargetDescription;
            0   29     2  lirGenRes  Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;
            0   29     3    context  TC;
            0   29     4    dumpLIR  Z
            1   29     5      debug  Lorg/graalvm/compiler/debug/DebugContext;
            3   22     8          s  Lorg/graalvm/compiler/debug/DebugContext$Scope;
            5   16    11          a  Lorg/graalvm/compiler/debug/DebugCloseable;
            6   11    12          c  Lorg/graalvm/compiler/debug/DebugCloseable;
           27   28     6          e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6     9      10  any
           5    12      13  any
           4    17      17  any
           3    20      21  any
           2    23      23  any
           1    26      26  Class java.lang.Throwable
    Signature: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;TC;Z)V
    MethodParameters:
           Name  Flags
      target     
      lirGenRes  
      context    
      dumpLIR    

  private void dumpAfter(org.graalvm.compiler.lir.gen.LIRGenerationResult);
    descriptor: (Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
        start local 1 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
         0: .line 128
            aload 0 /* this */
            instanceof org.graalvm.compiler.lir.phases.LIRPhaseSuite
            istore 2 /* isStage */
        start local 2 // boolean isStage
         1: .line 129
            iload 2 /* isStage */
            ifne 5
         2: .line 130
            aload 1 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.gen.LIRGenerationResult.getLIR:()Lorg/graalvm/compiler/lir/LIR;
            invokevirtual org.graalvm.compiler.lir.LIR.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 3 /* debug */
        start local 3 // org.graalvm.compiler.debug.DebugContext debug
         3: .line 131
            aload 3 /* debug */
            iconst_2
            invokevirtual org.graalvm.compiler.debug.DebugContext.isDumpEnabled:(I)Z
            ifeq 5
         4: .line 132
            aload 3 /* debug */
            iconst_2
            aload 1 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.gen.LIRGenerationResult.getLIR:()Lorg/graalvm/compiler/lir/LIR;
            ldc "After %s"
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.getName:()Ljava/lang/CharSequence;
            invokevirtual org.graalvm.compiler.debug.DebugContext.dump:(ILjava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
        end local 3 // org.graalvm.compiler.debug.DebugContext debug
         5: .line 135
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // boolean isStage
        end local 1 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            0    6     1  lirGenRes  Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;
            1    6     2    isStage  Z
            3    5     3      debug  Lorg/graalvm/compiler/debug/DebugContext;
    MethodParameters:
           Name  Flags
      lirGenRes  

  protected abstract void run(jdk.vm.ci.code.TargetDescription, org.graalvm.compiler.lir.gen.LIRGenerationResult, );
    descriptor: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;TC;)V
    MethodParameters:
           Name  Flags
      target     
      lirGenRes  
      context    

  public static java.lang.CharSequence createName(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/CharSequence;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 140
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 1 /* className */
        start local 1 // java.lang.String className
         1: .line 141
            aload 1 /* className */
            aload 1 /* className */
            ldc "."
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
         2: .line 142
            aload 2 /* s */
            bipush 36
            invokevirtual java.lang.String.indexOf:(I)I
            istore 3 /* innerClassPos */
        start local 3 // int innerClassPos
         3: .line 143
            iload 3 /* innerClassPos */
            ifle 5
         4: .line 145
            aload 2 /* s */
            iconst_0
            iload 3 /* innerClassPos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* s */
         5: .line 147
      StackMap locals: java.lang.String java.lang.String int
      StackMap stack:
            aload 2 /* s */
            ldc "Phase"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 148
            aload 2 /* s */
            iconst_0
            aload 2 /* s */
            invokevirtual java.lang.String.length:()I
            ldc "Phase"
            invokevirtual java.lang.String.length:()I
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* s */
         7: .line 150
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            areturn
        end local 3 // int innerClassPos
        end local 2 // java.lang.String s
        end local 1 // java.lang.String className
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0          clazz  Ljava/lang/Class<*>;
            1    8     1      className  Ljava/lang/String;
            2    8     2              s  Ljava/lang/String;
            3    8     3  innerClassPos  I
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      clazz  

  protected java.lang.CharSequence createName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
         0: .line 154
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.graalvm.compiler.lir.phases.LIRPhase.createName:(Ljava/lang/Class;)Ljava/lang/CharSequence;
            areturn
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;

  public final java.lang.CharSequence getName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
         0: .line 158
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.createName:()Ljava/lang/CharSequence;
            astore 1 /* name */
        start local 1 // java.lang.CharSequence name
         1: .line 159
            getstatic org.graalvm.compiler.lir.phases.LIRPhase.$assertionsDisabled:Z
            ifne 2
            aload 1 /* name */
            invokestatic org.graalvm.compiler.lir.phases.LIRPhase.checkName:(Ljava/lang/CharSequence;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 160
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 1 /* name */
            areturn
        end local 1 // java.lang.CharSequence name
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            1    3     1  name  Ljava/lang/CharSequence;
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "LIRPhase.java"
NestMembers:
  org.graalvm.compiler.lir.phases.LIRPhase$1  org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics  org.graalvm.compiler.lir.phases.LIRPhase$NamePatternHolder  org.graalvm.compiler.lir.phases.LIRPhase$Options
InnerClasses:
  public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext
  org.graalvm.compiler.lir.phases.LIRPhase$1
  public final LIRPhaseStatistics = org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics of org.graalvm.compiler.lir.phases.LIRPhase
  NamePatternHolder = org.graalvm.compiler.lir.phases.LIRPhase$NamePatternHolder of org.graalvm.compiler.lir.phases.LIRPhase
  public Options = org.graalvm.compiler.lir.phases.LIRPhase$Options of org.graalvm.compiler.lir.phases.LIRPhase