public class org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets implements org.graalvm.compiler.replacements.Snippets
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets
  super_class: java.lang.Object
{
  public static final jdk.internal.vm.compiler.word.LocationIdentity METHOD_COUNTERS;
    descriptor: Ljdk/internal/vm/compiler/word/LocationIdentity;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 68
            ldc "MethodCounters"
            invokestatic org.graalvm.compiler.nodes.NamedLocationIdentity.mutable:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/NamedLocationIdentity;
            putstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/profiling/ProfileSnippets;

  public static native void methodInvocationEvent(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.hotspot.word.MethodCountersPointer);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;)V
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
    MethodParameters:
            Name  Flags
      descriptor  
      counters    

  protected static int notificationMask(int, int);
    descriptor: (II)I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // int freqLog
        start local 1 // int stepLog
         0: .line 75
            iconst_1
            iload 1 /* stepLog */
            ishl
            iconst_1
            isub
            istore 2 /* stepMask */
        start local 2 // int stepMask
         1: .line 76
            iconst_1
            iload 0 /* freqLog */
            ishl
            iconst_1
            isub
            istore 3 /* frequencyMask */
        start local 3 // int frequencyMask
         2: .line 77
            iload 3 /* frequencyMask */
            iload 2 /* stepMask */
            iconst_m1
            ixor
            iand
            ireturn
        end local 3 // int frequencyMask
        end local 2 // int stepMask
        end local 1 // int stepLog
        end local 0 // int freqLog
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0        freqLog  I
            0    3     1        stepLog  I
            1    3     2       stepMask  I
            2    3     3  frequencyMask  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    MethodParameters:
         Name  Flags
      freqLog  
      stepLog  

  public static void profileMethodEntry(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int, int);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;III)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
        start local 1 // int step
        start local 2 // int stepLog
        start local 3 // int freqLog
         0: .line 82
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.readInt:(ILjdk/internal/vm/compiler/word/LocationIdentity;)I
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterIncrement:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iload 1 /* step */
            imul
            iadd
            istore 4 /* counterValue */
        start local 4 // int counterValue
         1: .line 83
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iload 4 /* counterValue */
            getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.writeIntSideEffectFree:(IILjdk/internal/vm/compiler/word/LocationIdentity;)V
         2: .line 84
            iload 3 /* freqLog */
            iflt 8
         3: .line 85
            iload 3 /* freqLog */
            iload 2 /* stepLog */
            invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.notificationMask:(II)I
            istore 5 /* mask */
        start local 5 // int mask
         4: .line 86
            ldc 0.010000000000000009
            iload 4 /* counterValue */
            iload 5 /* mask */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterShift:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            ishl
            iand
            ifne 5
            iconst_1
            goto 6
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int
      StackMap stack: double
         5: iconst_0
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int
      StackMap stack: double int
         6: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 8
         7: .line 87
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend.INVOCATION_EVENT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
            aload 0 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.methodInvocationEvent:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;)V
        end local 5 // int mask
         8: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int counterValue
        end local 3 // int freqLog
        end local 2 // int stepLog
        end local 1 // int step
        end local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0      counters  Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;
            0    9     1          step  I
            0    9     2       stepLog  I
            0    9     3       freqLog  I
            1    9     4  counterValue  I
            4    8     5          mask  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
          Name  Flags
      counters  
      step      
      stepLog   
      freqLog   

  public static native void methodBackedgeEvent(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;II)V
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
      2:
      3:
    MethodParameters:
            Name  Flags
      descriptor  
      counters    
      bci         
      targetBci   

  public static void profileBackedge(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int, int, int, int);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;IIIII)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
        start local 1 // int step
        start local 2 // int stepLog
        start local 3 // int freqLog
        start local 4 // int bci
        start local 5 // int targetBci
         0: .line 97
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.backedgeCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.readInt:(ILjdk/internal/vm/compiler/word/LocationIdentity;)I
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterIncrement:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iload 1 /* step */
            imul
            iadd
            istore 6 /* counterValue */
        start local 6 // int counterValue
         1: .line 98
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.backedgeCounterOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iload 6 /* counterValue */
            getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.METHOD_COUNTERS:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.writeIntSideEffectFree:(IILjdk/internal/vm/compiler/word/LocationIdentity;)V
         2: .line 99
            iload 3 /* freqLog */
            iload 2 /* stepLog */
            invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.notificationMask:(II)I
            istore 7 /* mask */
        start local 7 // int mask
         3: .line 100
            ldc 0.010000000000000009
            iload 6 /* counterValue */
            iload 7 /* mask */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.invocationCounterShift:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            ishl
            iand
            ifne 4
            iconst_1
            goto 5
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int int int
      StackMap stack: double
         4: iconst_0
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int int int
      StackMap stack: double int
         5: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         6: .line 101
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend.BACKEDGE_EVENT:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
            aload 0 /* counters */
            iload 4 /* bci */
            iload 5 /* targetBci */
            invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.methodBackedgeEvent:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;II)V
         7: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int mask
        end local 6 // int counterValue
        end local 5 // int targetBci
        end local 4 // int bci
        end local 3 // int freqLog
        end local 2 // int stepLog
        end local 1 // int step
        end local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0      counters  Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;
            0    8     1          step  I
            0    8     2       stepLog  I
            0    8     3       freqLog  I
            0    8     4           bci  I
            0    8     5     targetBci  I
            1    8     6  counterValue  I
            3    8     7          mask  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
      5:
    MethodParameters:
           Name  Flags
      counters   
      step       
      stepLog    
      freqLog    
      bci        
      targetBci  

  public static void profileConditionalBackedge(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, int, int, boolean, int, int);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;IIIZII)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
        start local 1 // int step
        start local 2 // int stepLog
        start local 3 // int freqLog
        start local 4 // boolean branchCondition
        start local 5 // int bci
        start local 6 // int targetBci
         0: .line 107
            iload 4 /* branchCondition */
            ifeq 2
         1: .line 108
            aload 0 /* counters */
            iload 1 /* step */
            iload 2 /* stepLog */
            iload 3 /* freqLog */
            iload 5 /* bci */
            iload 6 /* targetBci */
            invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.profileBackedge:(Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;IIIII)V
         2: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int targetBci
        end local 5 // int bci
        end local 4 // boolean branchCondition
        end local 3 // int freqLog
        end local 2 // int stepLog
        end local 1 // int step
        end local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0         counters  Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;
            0    3     1             step  I
            0    3     2          stepLog  I
            0    3     3          freqLog  I
            0    3     4  branchCondition  Z
            0    3     5              bci  I
            0    3     6        targetBci  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
      5:
      6:
    MethodParameters:
                 Name  Flags
      counters         
      step             
      stepLog          
      freqLog          
      branchCondition  
      bci              
      targetBci        
}
SourceFile: "ProfileSnippets.java"
NestMembers:
  org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets$Templates
InnerClasses:
  public abstract ConstantParameter = org.graalvm.compiler.api.replacements.Snippet$ConstantParameter of org.graalvm.compiler.api.replacements.Snippet
  public abstract ConstantNodeParameter = org.graalvm.compiler.graph.Node$ConstantNodeParameter of org.graalvm.compiler.graph.Node
  public abstract NodeIntrinsic = org.graalvm.compiler.graph.Node$NodeIntrinsic of org.graalvm.compiler.graph.Node
  public Templates = org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets$Templates of org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets