public abstract class com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile 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.ShortValueProfile
  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.ShortValueProfile 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.ShortValueProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/runtime/profiling/ShortValueProfile;

  public abstract short profile(short);
    descriptor: (S)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public static com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile create();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/profiling/ShortValueProfile;
    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.ShortValueProfile$Enabled
            dup
            invokespecial com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled.<init>:()V
            areturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Disabled
            dup
            invokespecial com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Disabled.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ShortValueProfile.java"
NestMembers:
  com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Disabled  com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled
InnerClasses:
  final Disabled = com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Disabled of com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile
  final Enabled = com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled of com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile