final class com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled extends com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled
  super_class: com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile
{
  private static final byte UNINITIALIZED;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte SPECIALIZED;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte GENERIC;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private short cachedValue;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  private byte state;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled this
         0: .line 52
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled.state:B
         2: .line 52
            return
        end local 0 // com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/runtime/profiling/ShortValueProfile$Enabled;

  public short profile(short);
    descriptor: (S)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled this
        start local 1 // short value
         0: .line 63
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled.state:B
            istore 2 /* localState */
        start local 2 // byte localState
         1: .line 64
            iload 2 /* localState */
            iconst_2
            if_icmpeq 12
         2: .line 65
            iload 2 /* localState */
            iconst_1
            if_icmpne 6
         3: .line 66
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled.cachedValue:S
            istore 3 /* v */
        start local 3 // short v
         4: .line 67
            iload 3 /* v */
            iload 1 /* value */
            if_icmpne 6
         5: .line 68
            iload 3 /* v */
            ireturn
        end local 3 // short v
         6: .line 71
      StackMap locals: int
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         7: .line 72
            iload 2 /* localState */
            ifne 11
         8: .line 73
            aload 0 /* this */
            iload 1 /* value */
            putfield com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled.cachedValue:S
         9: .line 74
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled.state:B
        10: .line 75
            goto 12
        11: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled.state:B
        12: .line 79
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 2 // byte localState
        end local 1 // short value
        end local 0 // com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/oracle/truffle/llvm/runtime/profiling/ShortValueProfile$Enabled;
            0   13     1       value  S
            1   13     2  localState  B
            4    6     3           v  S
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ShortValueProfile.java"
NestHost: com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  final Enabled = com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile$Enabled of com.oracle.truffle.llvm.runtime.profiling.ShortValueProfile