class org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1 implements org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext$ExternalInliningContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1
super_class: java.lang.Object
{
final org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext this$1;
descriptor: Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext);
descriptor: (Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1 this
0: .line 301
aload 0 /* this */
aload 1
putfield org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1.this$1:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext$1;
MethodParameters:
Name Flags
this$0 final
public int getInlinedDepth();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1 this
0: .line 304
iconst_0
istore 1 /* count */
start local 1 // int count
1: .line 305
aload 0 /* this */
getfield org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1.this$1:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext;
getfield org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext.methodScope:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
astore 2 /* scope */
start local 2 // org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope scope
2: .line 306
goto 6
3: .line 307
StackMap locals: int org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope
StackMap stack:
aload 2 /* scope */
getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
aload 0 /* this */
getfield org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1.this$1:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext;
invokestatic org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext.access$0:(Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext;)Lorg/graalvm/compiler/replacements/PEGraphDecoder;
getfield org.graalvm.compiler.replacements.PEGraphDecoder.peRootForInlining:Ljdk/vm/ci/meta/ResolvedJavaMethod;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 5
4: .line 308
iinc 1 /* count */ 1
5: .line 310
StackMap locals:
StackMap stack:
aload 2 /* scope */
getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.caller:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
astore 2 /* scope */
6: .line 306
StackMap locals:
StackMap stack:
aload 2 /* scope */
ifnonnull 3
7: .line 312
iload 1 /* count */
ireturn
end local 2 // org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope scope
end local 1 // int count
end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1 this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/graalvm/compiler/replacements/PEGraphDecoder$PENonAppendGraphBuilderContext$1;
1 8 1 count I
2 8 2 scope Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
}
SourceFile: "PEGraphDecoder.java"
EnclosingMethod: org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext.getExternalInliningContext:()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext$ExternalInliningContext;
NestHost: org.graalvm.compiler.replacements.PEGraphDecoder
InnerClasses:
public abstract ExternalInliningContext = org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext$ExternalInliningContext of org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext
protected PEMethodScope = org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope of org.graalvm.compiler.replacements.PEGraphDecoder
protected PENonAppendGraphBuilderContext = org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext of org.graalvm.compiler.replacements.PEGraphDecoder
org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext$1