final class com.oracle.truffle.api.profiles.ByteValueProfile$Enabled extends com.oracle.truffle.api.profiles.ByteValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled
  super_class: com.oracle.truffle.api.profiles.ByteValueProfile
{
  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 byte cachedValue;
    descriptor: B
    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.api.profiles.ByteValueProfile$Enabled this
         0: .line 96
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.ByteValueProfile.<init>:()V
         1: .line 103
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
         2: .line 96
            return
        end local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/profiles/ByteValueProfile$Enabled;

  public byte profile(byte);
    descriptor: (B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
        start local 1 // byte value
         0: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
            istore 2 /* localState */
        start local 2 // byte localState
         1: .line 108
            iload 2 /* localState */
            iconst_2
            if_icmpeq 12
         2: .line 109
            iload 2 /* localState */
            iconst_1
            if_icmpne 6
         3: .line 110
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.cachedValue:B
            istore 3 /* v */
        start local 3 // byte v
         4: .line 111
            iload 3 /* v */
            iload 1 /* value */
            if_icmpne 6
         5: .line 112
            iload 3 /* v */
            ireturn
        end local 3 // byte v
         6: .line 115
      StackMap locals: int
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         7: .line 116
            iload 2 /* localState */
            ifne 11
         8: .line 117
            aload 0 /* this */
            iload 1 /* value */
            putfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.cachedValue:B
         9: .line 118
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
        10: .line 119
            goto 12
        11: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
        12: .line 123
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 2 // byte localState
        end local 1 // byte value
        end local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/oracle/truffle/api/profiles/ByteValueProfile$Enabled;
            0   13     1       value  B
            1   13     2  localState  B
            4    6     3           v  B
    MethodParameters:
       Name  Flags
      value  

  boolean isGeneric();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
         0: .line 127
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/ByteValueProfile$Enabled;

  boolean isUninitialized();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/ByteValueProfile$Enabled;

  byte getCachedValue();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
         0: .line 135
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.cachedValue:B
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/ByteValueProfile$Enabled;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
         0: .line 140
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/ByteValueProfile;
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
            ifne 1
            iconst_1
            goto 2
      StackMap locals: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled java.lang.Class
         1: iconst_0
      StackMap locals: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled java.lang.Class int
         2: aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.state:B
            iconst_2
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled java.lang.Class int
         3: iconst_0
         4: .line 141
      StackMap locals: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.ByteValueProfile$Enabled java.lang.Class int int
            ldc "value == (byte)%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.cachedValue:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 140
            invokevirtual com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.toString:(Ljava/lang/Class;ZZLjava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.ByteValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/profiles/ByteValueProfile$Enabled;

  static com.oracle.truffle.api.profiles.ByteValueProfile create();
    descriptor: ()Lcom/oracle/truffle/api/profiles/ByteValueProfile;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 146
            new com.oracle.truffle.api.profiles.ByteValueProfile$Enabled
            dup
            invokespecial com.oracle.truffle.api.profiles.ByteValueProfile$Enabled.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ByteValueProfile.java"
NestHost: com.oracle.truffle.api.profiles.ByteValueProfile
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  final Enabled = com.oracle.truffle.api.profiles.ByteValueProfile$Enabled of com.oracle.truffle.api.profiles.ByteValueProfile