class com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  final com.oracle.truffle.api.profiles.BranchProfile errorProfile;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.profiles.BranchProfileSnippets this$0;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfileSnippets;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.profiles.BranchProfileSnippets);
    descriptor: (Lcom/oracle/truffle/api/profiles/BranchProfileSnippets;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode this
         0: .line 145
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode.this$0:Lcom/oracle/truffle/api/profiles/BranchProfileSnippets;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 146
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.BranchProfile.create:()Lcom/oracle/truffle/api/profiles/BranchProfile;
            putfield com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode.errorProfile:Lcom/oracle/truffle/api/profiles/BranchProfile;
         2: .line 145
            return
        end local 0 // com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/profiles/BranchProfileSnippets$BranchingNode;
    MethodParameters:
        Name  Flags
      this$0  final

  int execute(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode this
        start local 1 // int value
         0: .line 149
            iload 1 /* value */
            ldc 2147483647
            if_icmpne 3
         1: .line 150
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode.errorProfile:Lcom/oracle/truffle/api/profiles/BranchProfile;
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         2: .line 151
            new java.lang.Error
            dup
            ldc "Invalid input value"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 153
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/api/profiles/BranchProfileSnippets$BranchingNode;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "BranchProfile.java"
NestHost: com.oracle.truffle.api.profiles.BranchProfileSnippets
InnerClasses:
  BranchingNode = com.oracle.truffle.api.profiles.BranchProfileSnippets$BranchingNode of com.oracle.truffle.api.profiles.BranchProfileSnippets