class org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6 implements org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.word.WordTypes val$wordTypes;
    descriptor: Lorg/graalvm/compiler/word/WordTypes;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.graalvm.compiler.hotspot.GraalHotSpotVMConfig val$config;
    descriptor: Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.word.WordTypes, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig);
    descriptor: (Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6 this
         0: .line 336
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6.val$wordTypes:Lorg/graalvm/compiler/word/WordTypes;
            aload 0 /* this */
            aload 2
            putfield org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6.val$config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/meta/HotSpotGraphBuilderPlugins$6;
    MethodParameters:
               Name  Flags
      val$wordTypes  final
      val$config     final

  public boolean apply(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver, org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;Lorg/graalvm/compiler/nodes/ValueNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6 this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod targetMethod
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver receiver
        start local 4 // org.graalvm.compiler.nodes.ValueNode constantPoolOop
         0: .line 339
            iconst_0
            istore 5 /* notCompressible */
        start local 5 // boolean notCompressible
         1: .line 340
            aload 1 /* b */
            aload 4 /* constantPoolOop */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6.val$wordTypes:Lorg/graalvm/compiler/word/WordTypes;
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6.val$config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.getMetaspaceConstantPool:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 6 /* constants */
        start local 6 // org.graalvm.compiler.nodes.ValueNode constants
         2: .line 341
            aload 1 /* b */
            new org.graalvm.compiler.nodes.memory.address.OffsetAddressNode
            dup
            aload 6 /* constants */
            aload 1 /* b */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6.val$config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.constantPoolLengthOffset:I
            i2l
            invokestatic org.graalvm.compiler.nodes.ConstantNode.forLong:(J)Lorg/graalvm/compiler/nodes/ConstantNode;
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokespecial org.graalvm.compiler.nodes.memory.address.OffsetAddressNode.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;)V
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            checkcast org.graalvm.compiler.nodes.memory.address.AddressNode
            astore 7 /* lengthAddress */
        start local 7 // org.graalvm.compiler.nodes.memory.address.AddressNode lengthAddress
         3: .line 342
            aload 1 /* b */
            getstatic jdk.vm.ci.meta.JavaKind.Int:Ljdk/vm/ci/meta/JavaKind;
            aload 7 /* lengthAddress */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.CONSTANT_POOL_LENGTH:Lorg/graalvm/word/LocationIdentity;
            getstatic org.graalvm.compiler.nodes.memory.HeapAccess$BarrierType.NONE:Lorg/graalvm/compiler/nodes/memory/HeapAccess$BarrierType;
            iload 5 /* notCompressible */
            invokestatic org.graalvm.compiler.word.WordOperationPlugin.readOp:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/nodes/memory/address/AddressNode;Lorg/graalvm/word/LocationIdentity;Lorg/graalvm/compiler/nodes/memory/HeapAccess$BarrierType;Z)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 8 /* length */
        start local 8 // org.graalvm.compiler.nodes.ValueNode length
         4: .line 343
            aload 1 /* b */
            getstatic jdk.vm.ci.meta.JavaKind.Int:Ljdk/vm/ci/meta/JavaKind;
            aload 8 /* length */
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.addPush:(Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            pop
         5: .line 344
            iconst_1
            ireturn
        end local 8 // org.graalvm.compiler.nodes.ValueNode length
        end local 7 // org.graalvm.compiler.nodes.memory.address.AddressNode lengthAddress
        end local 6 // org.graalvm.compiler.nodes.ValueNode constants
        end local 5 // boolean notCompressible
        end local 4 // org.graalvm.compiler.nodes.ValueNode constantPoolOop
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver receiver
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod targetMethod
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/graalvm/compiler/hotspot/meta/HotSpotGraphBuilderPlugins$6;
            0    6     1                b  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
            0    6     2     targetMethod  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    6     3         receiver  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            0    6     4  constantPoolOop  Lorg/graalvm/compiler/nodes/ValueNode;
            1    6     5  notCompressible  Z
            2    6     6        constants  Lorg/graalvm/compiler/nodes/ValueNode;
            3    6     7    lengthAddress  Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
            4    6     8           length  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
                 Name  Flags
      b                
      targetMethod     
      receiver         
      constantPoolOop  
}
SourceFile: "HotSpotGraphBuilderPlugins.java"
EnclosingMethod: org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.registerConstantPoolPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
NestHost: org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins
InnerClasses:
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6
  public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
  public final BarrierType = org.graalvm.compiler.nodes.memory.HeapAccess$BarrierType of org.graalvm.compiler.nodes.memory.HeapAccess