public class org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets 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.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  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.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/aarch64/PluginFactory_AArch64IntegerArithmeticSnippets;

  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.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory$InjectionProvider injection
         0: .line 175
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_int_int
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_int_int.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeDiv"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            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
         1: .line 176
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_long_long
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_long_long.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeDiv"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.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
         2: .line 177
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_int_int
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_int_int.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeRem"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            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
         3: .line 178
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_long_long
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_long_long.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeRem"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.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
         4: .line 179
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_int_int
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_int_int.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeUDiv"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            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
         5: .line 180
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_long_long
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_long_long.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeUDiv"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.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 181
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_int_int
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_int_int.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeURem"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            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 182
            aload 1 /* plugins */
            new org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_long_long
            dup
            invokespecial org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_long_long.<init>:()V
            ldc Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerArithmeticSnippets;
            ldc "safeURem"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.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
         8: .line 183
            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.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/graalvm/compiler/replacements/aarch64/PluginFactory_AArch64IntegerArithmeticSnippets;
            0    9     1    plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    9     2  injection  Lorg/graalvm/compiler/nodes/graphbuilderconf/NodeIntrinsicPluginFactory$InjectionProvider;
    MethodParameters:
           Name  Flags
      plugins    
      injection  
}
SourceFile: "PluginFactory_AArch64IntegerArithmeticSnippets.java"
NestMembers:
  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_int_int  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_long_long  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_int_int  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_long_long  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_int_int  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_long_long  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_int_int  org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_long_long
InnerClasses:
  public abstract InjectionProvider = org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory$InjectionProvider of org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory
  private final AArch64IntegerArithmeticSnippets_safeDiv_int_int = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_int_int of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  private final AArch64IntegerArithmeticSnippets_safeDiv_long_long = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeDiv_long_long of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  private final AArch64IntegerArithmeticSnippets_safeRem_int_int = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_int_int of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  private final AArch64IntegerArithmeticSnippets_safeRem_long_long = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeRem_long_long of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  private final AArch64IntegerArithmeticSnippets_safeUDiv_int_int = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_int_int of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  private final AArch64IntegerArithmeticSnippets_safeUDiv_long_long = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeUDiv_long_long of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  private final AArch64IntegerArithmeticSnippets_safeURem_int_int = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_int_int of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets
  private final AArch64IntegerArithmeticSnippets_safeURem_long_long = org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets$AArch64IntegerArithmeticSnippets_safeURem_long_long of org.graalvm.compiler.replacements.aarch64.PluginFactory_AArch64IntegerArithmeticSnippets