public class org.graalvm.compiler.hotspot.replacements.PluginFactory_HotSpotAllocationSnippets implements org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.PluginFactory_HotSpotAllocationSnippets
  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.PluginFactory_HotSpotAllocationSnippets this
         0: .line 461
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.replacements.PluginFactory_HotSpotAllocationSnippets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/PluginFactory_HotSpotAllocationSnippets;

  public void registerPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory$InjectionProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.replacements.PluginFactory_HotSpotAllocationSnippets this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory$InjectionProvider injection
         0: .line 464
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_createName
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_createName.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "createName"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/options/OptionValues;
            aastore
            dup
            iconst_1
            ldc Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationProfilingData;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         1: .line 465
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_doProfile
            dup
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_doProfile.<init>:()V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "doProfile"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/options/OptionValues;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         2: .line 466
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_dynamicNewInstance
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_dynamicNewInstance.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "dynamicNewInstance"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 467
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_dynamicNewInstanceOrNull
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_dynamicNewInstanceOrNull.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "dynamicNewInstanceOrNull"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         4: .line 468
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_getMinimalBulkZeroingSize
            dup
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_getMinimalBulkZeroingSize.<init>:()V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "getMinimalBulkZeroingSize"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/options/OptionValues;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         5: .line 469
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newArray
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newArray.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "newArray"
            iconst_3
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         6: .line 470
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newArrayOrNull
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newArrayOrNull.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "newArrayOrNull"
            iconst_3
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         7: .line 471
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newInstance
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newInstance.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "newInstance"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         8: .line 472
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newInstanceOrNull
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newInstanceOrNull.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "newInstanceOrNull"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         9: .line 473
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newMultiArray
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newMultiArray.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "newMultiArray"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            ldc Lorg/graalvm/compiler/word/Word;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        10: .line 474
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newMultiArrayOrNull
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_newMultiArrayOrNull.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "newMultiArrayOrNull"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aastore
            dup
            iconst_1
            ldc Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            ldc Lorg/graalvm/compiler/word/Word;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        11: .line 475
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_useNullAllocationStubs
            dup
            aload 2 /* injection */
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_useNullAllocationStubs.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;)V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "useNullAllocationStubs"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        12: .line 476
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_withContext
            dup
            invokespecial org.graalvm.compiler.hotspot.replacements.Plugin_HotSpotAllocationSnippets_withContext.<init>:()V
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets;
            ldc "withContext"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/options/OptionValues;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        13: .line 477
            return
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory$InjectionProvider injection
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        end local 0 // org.graalvm.compiler.hotspot.replacements.PluginFactory_HotSpotAllocationSnippets this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/graalvm/compiler/hotspot/replacements/PluginFactory_HotSpotAllocationSnippets;
            0   14     1    plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0   14     2  injection  Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;
    MethodParameters:
           Name  Flags
      plugins    
      injection  
}
SourceFile: "PluginFactory_HotSpotAllocationSnippets.java"
InnerClasses:
  public abstract InjectionProvider = org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory$InjectionProvider of org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory
  public AllocationProfilingData = org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData of org.graalvm.compiler.replacements.AllocationSnippets