public class org.graalvm.compiler.core.common.CompilationListenerProfiler implements org.graalvm.compiler.debug.CompilationListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.common.CompilationListenerProfiler
  super_class: java.lang.Object
{
  private final int compileId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.core.common.CompilerProfiler profiler;
    descriptor: Lorg/graalvm/compiler/core/common/CompilerProfiler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.graalvm.compiler.core.common.CompilerProfiler, int);
    descriptor: (Lorg/graalvm/compiler/core/common/CompilerProfiler;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler this
        start local 1 // org.graalvm.compiler.core.common.CompilerProfiler profiler
        start local 2 // int compileId
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* profiler */
            putfield org.graalvm.compiler.core.common.CompilationListenerProfiler.profiler:Lorg/graalvm/compiler/core/common/CompilerProfiler;
         2: .line 45
            aload 0 /* this */
            iload 2 /* compileId */
            putfield org.graalvm.compiler.core.common.CompilationListenerProfiler.compileId:I
         3: .line 46
            return
        end local 2 // int compileId
        end local 1 // org.graalvm.compiler.core.common.CompilerProfiler profiler
        end local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;
            0    4     1   profiler  Lorg/graalvm/compiler/core/common/CompilerProfiler;
            0    4     2  compileId  I
    MethodParameters:
           Name  Flags
      profiler   
      compileId  

  public void notifyInlining(jdk.vm.ci.meta.ResolvedJavaMethod, jdk.vm.ci.meta.ResolvedJavaMethod, boolean, java.lang.CharSequence, int);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/meta/ResolvedJavaMethod;ZLjava/lang/CharSequence;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod caller
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod callee
        start local 3 // boolean succeeded
        start local 4 // java.lang.CharSequence message
        start local 5 // int bci
         0: .line 50
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler.profiler:Lorg/graalvm/compiler/core/common/CompilerProfiler;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler.compileId:I
            aload 1 /* caller */
            aload 2 /* callee */
            iload 3 /* succeeded */
            aload 4 /* message */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            iload 5 /* bci */
            invokeinterface org.graalvm.compiler.core.common.CompilerProfiler.notifyCompilerInlingEvent:(ILjdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/meta/ResolvedJavaMethod;ZLjava/lang/String;I)V
         1: .line 51
            return
        end local 5 // int bci
        end local 4 // java.lang.CharSequence message
        end local 3 // boolean succeeded
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod callee
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod caller
        end local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;
            0    2     1     caller  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    2     2     callee  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    2     3  succeeded  Z
            0    2     4    message  Ljava/lang/CharSequence;
            0    2     5        bci  I
    MethodParameters:
           Name  Flags
      caller     
      callee     
      succeeded  
      message    
      bci        

  public org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope enterPhase(java.lang.CharSequence, int);
    descriptor: (Ljava/lang/CharSequence;I)Lorg/graalvm/compiler/debug/DebugContext$CompilerPhaseScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler this
        start local 1 // java.lang.CharSequence name
        start local 2 // int nesting
         0: .line 55
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler.profiler:Lorg/graalvm/compiler/core/common/CompilerProfiler;
            invokeinterface org.graalvm.compiler.core.common.CompilerProfiler.getTicks:()J
            lstore 3 /* start */
        start local 3 // long start
         1: .line 56
            new org.graalvm.compiler.core.common.CompilationListenerProfiler$1
            dup
            aload 0 /* this */
            lload 3 /* start */
            aload 1 /* name */
            iload 2 /* nesting */
            invokespecial org.graalvm.compiler.core.common.CompilationListenerProfiler$1.<init>:(Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;JLjava/lang/CharSequence;I)V
            areturn
        end local 3 // long start
        end local 2 // int nesting
        end local 1 // java.lang.CharSequence name
        end local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;
            0    2     1     name  Ljava/lang/CharSequence;
            0    2     2  nesting  I
            1    2     3    start  J
    MethodParameters:
         Name  Flags
      name     
      nesting  
}
SourceFile: "CompilationListenerProfiler.java"
NestMembers:
  org.graalvm.compiler.core.common.CompilationListenerProfiler$1
InnerClasses:
  org.graalvm.compiler.core.common.CompilationListenerProfiler$1
  public abstract CompilerPhaseScope = org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope of org.graalvm.compiler.debug.DebugContext