class org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll implements org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll
  super_class: java.lang.Object
{
  final org.graalvm.compiler.replacements.test.PEGraphDecoderTest this$0;
    descriptor: Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.replacements.test.PEGraphDecoderTest);
    descriptor: (Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll this
         0: .line 128
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll.this$0:Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$InlineAll;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin$InlineInfo shouldInlineInvoke(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.ValueNode[]);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/ResolvedJavaMethod;[Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin$InlineInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 3 // org.graalvm.compiler.nodes.ValueNode[] args
         0: .line 131
            aload 2 /* method */
            invokestatic org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin$InlineInfo.createStandardInlineInfo:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin$InlineInfo;
            areturn
        end local 3 // org.graalvm.compiler.nodes.ValueNode[] args
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        end local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$InlineAll;
            0    1     1       b  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
            0    1     2  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    1     3    args  [Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
        Name  Flags
      b       
      method  
      args    
}
SourceFile: "PEGraphDecoderTest.java"
NestHost: org.graalvm.compiler.replacements.test.PEGraphDecoderTest
InnerClasses:
  public final InlineInfo = org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin$InlineInfo of org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin
  InlineAll = org.graalvm.compiler.replacements.test.PEGraphDecoderTest$InlineAll of org.graalvm.compiler.replacements.test.PEGraphDecoderTest