class org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase extends org.graalvm.compiler.phases.Phase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase
super_class: org.graalvm.compiler.phases.Phase
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase this
0: .line 103
aload 0 /* this */
invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
return
end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$NonConstantDumpLevelPhase;
protected void run(org.graalvm.compiler.nodes.StructuredGraph);
descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=3, args_size=2
start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase this
start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
0: .line 107
aload 1 /* graph */
invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
astore 2 /* debug */
start local 2 // org.graalvm.compiler.debug.DebugContext debug
1: .line 108
aload 2 /* debug */
aload 0 /* this */
invokevirtual org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase.getLevel:()I
aload 1 /* graph */
ldc "%s"
aload 1 /* graph */
invokevirtual org.graalvm.compiler.debug.DebugContext.dump:(ILjava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
2: .line 109
return
end local 2 // org.graalvm.compiler.debug.DebugContext debug
end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$NonConstantDumpLevelPhase;
0 3 1 graph Lorg/graalvm/compiler/nodes/StructuredGraph;
1 3 2 debug Lorg/graalvm/compiler/debug/DebugContext;
MethodParameters:
Name Flags
graph
int getLevel();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase this
0: .line 112
bipush 10
ireturn
end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$NonConstantDumpLevelPhase;
}
SourceFile: "VerifyDebugUsageTest.java"
NestHost: org.graalvm.compiler.core.test.VerifyDebugUsageTest
InnerClasses:
private NonConstantDumpLevelPhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest