public class org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState extends org.graalvm.compiler.microbenchmarks.graal.util.GraphState
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState
super_class: org.graalvm.compiler.microbenchmarks.graal.util.GraphState
{
public org.graalvm.compiler.phases.schedule.SchedulePhase schedule;
descriptor: Lorg/graalvm/compiler/phases/schedule/SchedulePhase;
flags: (0x0001) ACC_PUBLIC
private final org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy selectedStrategy;
descriptor: Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy);
descriptor: (Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
start local 1 // org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy selectedStrategy
0: .line 34
aload 0 /* this */
invokespecial org.graalvm.compiler.microbenchmarks.graal.util.GraphState.<init>:()V
1: .line 35
aload 0 /* this */
aload 1 /* selectedStrategy */
putfield org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.selectedStrategy:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
2: .line 36
return
end local 1 // org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy selectedStrategy
end local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/microbenchmarks/graal/util/ScheduleState;
0 3 1 selectedStrategy Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
MethodParameters:
Name Flags
selectedStrategy
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
0: .line 39
aload 0 /* this */
getstatic org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy.EARLIEST:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
invokespecial org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.<init>:(Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)V
1: .line 40
return
end local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/microbenchmarks/graal/util/ScheduleState;
public void beforeInvocation();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
0: .line 44
aload 0 /* this */
new org.graalvm.compiler.phases.schedule.SchedulePhase
dup
aload 0 /* this */
getfield org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.selectedStrategy:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
invokespecial org.graalvm.compiler.phases.schedule.SchedulePhase.<init>:(Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)V
putfield org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState.schedule:Lorg/graalvm/compiler/phases/schedule/SchedulePhase;
1: .line 45
aload 0 /* this */
invokespecial org.graalvm.compiler.microbenchmarks.graal.util.GraphState.beforeInvocation:()V
2: .line 46
return
end local 0 // org.graalvm.compiler.microbenchmarks.graal.util.ScheduleState this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/microbenchmarks/graal/util/ScheduleState;
}
SourceFile: "ScheduleState.java"
InnerClasses:
public final SchedulingStrategy = org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy of org.graalvm.compiler.phases.schedule.SchedulePhase