final class com.oracle.truffle.api.profiles.BranchProfile$Enabled extends com.oracle.truffle.api.profiles.BranchProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.BranchProfile$Enabled
  super_class: com.oracle.truffle.api.profiles.BranchProfile
{
  private boolean visited;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.BranchProfile$Enabled this
         0: .line 98
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.BranchProfile.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.profiles.BranchProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/BranchProfile$Enabled;

  public void enter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.BranchProfile$Enabled this
         0: .line 104
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.BranchProfile$Enabled.visited:Z
            ifne 3
         1: .line 105
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 106
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.profiles.BranchProfile$Enabled.visited:Z
         3: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.profiles.BranchProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/profiles/BranchProfile$Enabled;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.BranchProfile$Enabled this
         0: .line 112
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/BranchProfile;
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.BranchProfile$Enabled.visited:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals: com.oracle.truffle.api.profiles.BranchProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.BranchProfile$Enabled java.lang.Class
         1: iconst_1
      StackMap locals: com.oracle.truffle.api.profiles.BranchProfile$Enabled
      StackMap stack: com.oracle.truffle.api.profiles.BranchProfile$Enabled java.lang.Class int
         2: iconst_0
            ldc "VISITED"
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile$Enabled.toString:(Ljava/lang/Class;ZZLjava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.BranchProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/profiles/BranchProfile$Enabled;

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