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 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 57
            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    

  public static void profileMethodEntry(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
        start local 1 // int freqLog
         0: .line 63
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.invocationCounterOffset:I
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.readInt:(I)I
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.invocationCounterIncrement:I
            iadd
            istore 2 /* counterValue */
        start local 2 // int counterValue
         1: .line 64
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.invocationCounterOffset:I
            iload 2 /* counterValue */
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.writeInt:(II)V
         2: .line 65
            iload 1 /* freqLog */
            iflt 8
         3: .line 66
            iconst_1
            iload 1 /* freqLog */
            ishl
            iconst_1
            isub
            istore 3 /* frequencyMask */
        start local 3 // int frequencyMask
         4: .line 67
            ldc 0.010000000000000009
            iload 2 /* counterValue */
            iload 3 /* frequencyMask */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.invocationCounterShift:I
            ishl
            iand
            ifne 5
            iconst_1
            goto 6
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int
      StackMap stack: double
         5: iconst_0
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int
      StackMap stack: double int
         6: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 8
         7: .line 68
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend.INVOCATION_EVENT:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            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 3 // int frequencyMask
         8: .line 71
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int counterValue
        end local 1 // int freqLog
        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        freqLog  I
            1    9     2   counterValue  I
            4    8     3  frequencyMask  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
          Name  Flags
      counters  
      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);
    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 freqLog
        start local 2 // int bci
        start local 3 // int targetBci
         0: .line 78
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.backedgeCounterOffset:I
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.readInt:(I)I
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.invocationCounterIncrement:I
            iadd
            istore 4 /* counterValue */
        start local 4 // int counterValue
         1: .line 79
            aload 0 /* counters */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.backedgeCounterOffset:I
            iload 4 /* counterValue */
            invokevirtual org.graalvm.compiler.hotspot.word.MethodCountersPointer.writeInt:(II)V
         2: .line 80
            iconst_1
            iload 1 /* freqLog */
            ishl
            iconst_1
            isub
            istore 5 /* frequencyMask */
        start local 5 // int frequencyMask
         3: .line 81
            ldc 0.010000000000000009
            iload 4 /* counterValue */
            iload 5 /* frequencyMask */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.invocationCounterShift:I
            ishl
            iand
            ifne 4
            iconst_1
            goto 5
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int
      StackMap stack: double
         4: iconst_0
      StackMap locals: org.graalvm.compiler.hotspot.word.MethodCountersPointer int int int int int
      StackMap stack: double int
         5: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         6: .line 82
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend.BACKEDGE_EVENT:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aload 0 /* counters */
            iload 2 /* bci */
            iload 3 /* 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 84
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int frequencyMask
        end local 4 // int counterValue
        end local 3 // int targetBci
        end local 2 // int bci
        end local 1 // int freqLog
        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        freqLog  I
            0    8     2            bci  I
            0    8     3      targetBci  I
            1    8     4   counterValue  I
            3    8     5  frequencyMask  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      2:
      3:
    MethodParameters:
           Name  Flags
      counters   
      freqLog    
      bci        
      targetBci  

  public static void profileConditionalBackedge(org.graalvm.compiler.hotspot.word.MethodCountersPointer, int, boolean, int, int);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;IZII)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.word.MethodCountersPointer counters
        start local 1 // int freqLog
        start local 2 // boolean branchCondition
        start local 3 // int bci
        start local 4 // int targetBci
         0: .line 88
            iload 2 /* branchCondition */
            ifeq 2
         1: .line 89
            aload 0 /* counters */
            iload 1 /* freqLog */
            iload 3 /* bci */
            iload 4 /* targetBci */
            invokestatic org.graalvm.compiler.hotspot.replacements.profiling.ProfileSnippets.profileBackedge:(Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;III)V
         2: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int targetBci
        end local 3 // int bci
        end local 2 // boolean branchCondition
        end local 1 // int freqLog
        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          freqLog  I
            0    3     2  branchCondition  Z
            0    3     3              bci  I
            0    3     4        targetBci  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      2:
      3:
      4:
    MethodParameters:
                 Name  Flags
      counters         
      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