public abstract class com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile extends com.oracle.truffle.api.nodes.NodeCloneable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile
super_class: com.oracle.truffle.api.nodes.NodeCloneable
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile this
0: .line 39
aload 0 /* this */
invokespecial com.oracle.truffle.api.nodes.NodeCloneable.<init>:()V
1: .line 40
return
end local 0 // com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/llvm/runtime/profiling/BooleanValueProfile;
public abstract boolean profile(boolean);
descriptor: (Z)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public static com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile create();
descriptor: ()Lcom/oracle/truffle/llvm/runtime/profiling/BooleanValueProfile;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: .line 45
invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
invokeinterface com.oracle.truffle.api.TruffleRuntime.isProfilingEnabled:()Z
ifeq 2
1: .line 46
new com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Enabled
dup
invokespecial com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Enabled.<init>:()V
areturn
2: .line 48
StackMap locals:
StackMap stack:
new com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled
dup
invokespecial com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "BooleanValueProfile.java"
NestMembers:
com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Enabled
InnerClasses:
final Disabled = com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Disabled of com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile
final Enabled = com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile$Enabled of com.oracle.truffle.llvm.runtime.profiling.BooleanValueProfile