public class org.graalvm.compiler.nodes.cfg.LocationSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.cfg.LocationSet
  super_class: java.lang.Object
{
  private org.graalvm.compiler.core.common.LocationIdentity firstLocation;
    descriptor: Lorg/graalvm/compiler/core/common/LocationIdentity;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.graalvm.compiler.core.common.LocationIdentity> list;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/graalvm/compiler/core/common/LocationIdentity;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            ldc Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.nodes.cfg.LocationSet.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
         2: .line 37
            return
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;

  public void <init>(org.graalvm.compiler.nodes.cfg.LocationSet);
    descriptor: (Lorg/graalvm/compiler/nodes/cfg/LocationSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
        start local 1 // org.graalvm.compiler.nodes.cfg.LocationSet other
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* other */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            putfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
         2: .line 41
            aload 1 /* other */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            ifnull 4
            aload 1 /* other */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 4
         3: .line 42
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
         4: .line 44
      StackMap locals: org.graalvm.compiler.nodes.cfg.LocationSet org.graalvm.compiler.nodes.cfg.LocationSet
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.nodes.cfg.LocationSet other
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            0    5     1  other  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
    MethodParameters:
       Name  Flags
      other  

  private void initList();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
         0: .line 47
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            ifnonnull 2
         1: .line 48
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
         2: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
         0: .line 53
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;

  public boolean isAny();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
         0: .line 57
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            ifnull 1
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.core.common.LocationIdentity.isAny:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;

  public void add(org.graalvm.compiler.core.common.LocationIdentity);
    descriptor: (Lorg/graalvm/compiler/core/common/LocationIdentity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
        start local 1 // org.graalvm.compiler.core.common.LocationIdentity location
         0: .line 61
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.cfg.LocationSet.isAny:()Z
            ifeq 2
         1: .line 62
            return
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            invokevirtual org.graalvm.compiler.core.common.LocationIdentity.isAny:()Z
            ifeq 6
         3: .line 64
            aload 0 /* this */
            aload 1 /* location */
            putfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
         4: .line 65
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
         5: .line 66
            goto 24
      StackMap locals:
      StackMap stack:
         6: aload 1 /* location */
            invokevirtual org.graalvm.compiler.core.common.LocationIdentity.isImmutable:()Z
            ifeq 8
         7: .line 67
            return
         8: .line 69
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.cfg.LocationSet.$assertionsDisabled:Z
            ifne 10
            aload 1 /* location */
            invokevirtual org.graalvm.compiler.core.common.LocationIdentity.isMutable:()Z
            ifeq 9
            aload 1 /* location */
            invokevirtual org.graalvm.compiler.core.common.LocationIdentity.isSingle:()Z
            ifne 10
      StackMap locals:
      StackMap stack:
         9: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            ifnonnull 13
        11: .line 71
            aload 0 /* this */
            aload 1 /* location */
            putfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
        12: .line 72
            goto 24
      StackMap locals:
      StackMap stack:
        13: aload 1 /* location */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 73
            return
        15: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.cfg.LocationSet.initList:()V
        16: .line 76
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        17: goto 22
        18: .line 77
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.graalvm.compiler.core.common.LocationIdentity
            astore 3 /* value */
        start local 3 // org.graalvm.compiler.core.common.LocationIdentity value
        19: .line 78
            aload 1 /* location */
            aload 3 /* value */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 21
        20: .line 79
            return
        end local 3 // org.graalvm.compiler.core.common.LocationIdentity value
        21: .line 76
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 2 /* i */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 18
        end local 2 // int i
        23: .line 82
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            aload 1 /* location */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.core.common.LocationIdentity location
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            0   25     1  location  Lorg/graalvm/compiler/core/common/LocationIdentity;
           17   23     2         i  I
           19   21     3     value  Lorg/graalvm/compiler/core/common/LocationIdentity;
    MethodParameters:
          Name  Flags
      location  

  public void addAll(org.graalvm.compiler.nodes.cfg.LocationSet);
    descriptor: (Lorg/graalvm/compiler/nodes/cfg/LocationSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
        start local 1 // org.graalvm.compiler.nodes.cfg.LocationSet other
         0: .line 88
            aload 1 /* other */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            ifnull 2
         1: .line 89
            aload 0 /* this */
            aload 1 /* other */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.nodes.cfg.LocationSet.add:(Lorg/graalvm/compiler/core/common/LocationIdentity;)V
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            astore 2 /* otherList */
        start local 2 // java.util.List otherList
         3: .line 92
            aload 2 /* otherList */
            ifnull 8
         4: .line 93
            aload 2 /* otherList */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.graalvm.compiler.nodes.cfg.LocationSet org.graalvm.compiler.nodes.cfg.LocationSet java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.core.common.LocationIdentity
            astore 3 /* l */
        start local 3 // org.graalvm.compiler.core.common.LocationIdentity l
         6: .line 94
            aload 0 /* this */
            aload 3 /* l */
            invokevirtual org.graalvm.compiler.nodes.cfg.LocationSet.add:(Lorg/graalvm/compiler/core/common/LocationIdentity;)V
        end local 3 // org.graalvm.compiler.core.common.LocationIdentity l
         7: .line 93
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 97
      StackMap locals: org.graalvm.compiler.nodes.cfg.LocationSet org.graalvm.compiler.nodes.cfg.LocationSet java.util.List
      StackMap stack:
            return
        end local 2 // java.util.List otherList
        end local 1 // org.graalvm.compiler.nodes.cfg.LocationSet other
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            0    9     1      other  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            3    9     2  otherList  Ljava/util/List<Lorg/graalvm/compiler/core/common/LocationIdentity;>;
            6    7     3          l  Lorg/graalvm/compiler/core/common/LocationIdentity;
    MethodParameters:
       Name  Flags
      other  

  public boolean contains(org.graalvm.compiler.core.common.LocationIdentity);
    descriptor: (Lorg/graalvm/compiler/core/common/LocationIdentity;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
        start local 1 // org.graalvm.compiler.core.common.LocationIdentity locationIdentity
         0: .line 100
            getstatic org.graalvm.compiler.nodes.cfg.LocationSet.$assertionsDisabled:Z
            ifne 1
            aload 1 /* locationIdentity */
            invokevirtual org.graalvm.compiler.core.common.LocationIdentity.isSingle:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 101
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.cfg.LocationSet.$assertionsDisabled:Z
            ifne 2
            aload 1 /* locationIdentity */
            invokevirtual org.graalvm.compiler.core.common.LocationIdentity.isMutable:()Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 102
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.core.common.LocationIdentity.any:()Lorg/graalvm/compiler/core/common/LocationIdentity;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 103
            iconst_1
            ireturn
         4: .line 105
      StackMap locals:
      StackMap stack:
            aload 1 /* locationIdentity */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 106
            iconst_1
            ireturn
         6: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            ifnull 14
         7: .line 109
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 13
         9: .line 110
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.graalvm.compiler.core.common.LocationIdentity
            astore 3 /* value */
        start local 3 // org.graalvm.compiler.core.common.LocationIdentity value
        10: .line 111
            aload 1 /* locationIdentity */
            aload 3 /* value */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 112
            iconst_1
            ireturn
        end local 3 // org.graalvm.compiler.core.common.LocationIdentity value
        12: .line 109
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 9
        end local 2 // int i
        14: .line 116
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.graalvm.compiler.core.common.LocationIdentity locationIdentity
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            0   15     1  locationIdentity  Lorg/graalvm/compiler/core/common/LocationIdentity;
            8   14     2                 i  I
           10   12     3             value  Lorg/graalvm/compiler/core/common/LocationIdentity;
    MethodParameters:
                  Name  Flags
      locationIdentity  

  public java.util.List<org.graalvm.compiler.core.common.LocationIdentity> getCopyAsList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
         0: .line 120
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* result */
        start local 1 // java.util.ArrayList result
         1: .line 121
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            ifnull 3
         2: .line 122
            aload 1 /* result */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.firstLocation:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 124
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            ifnull 5
         4: .line 125
            aload 1 /* result */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.cfg.LocationSet.list:Ljava/util/List;
            invokevirtual java.util.ArrayList.addAll:(Ljava/util/Collection;)Z
            pop
         5: .line 127
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.util.ArrayList result
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            1    6     1  result  Ljava/util/ArrayList<Lorg/graalvm/compiler/core/common/LocationIdentity;>;
    Signature: ()Ljava/util/List<Lorg/graalvm/compiler/core/common/LocationIdentity;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
         0: .line 132
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.cfg.LocationSet.isAny:()Z
            ifeq 2
         1: .line 133
            ldc "ANY"
            areturn
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.cfg.LocationSet.isEmpty:()Z
            ifeq 4
         3: .line 135
            ldc "EMPTY"
            areturn
         4: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.cfg.LocationSet.getCopyAsList:()Ljava/util/List;
            astore 1 /* copyAsList */
        start local 1 // java.util.List copyAsList
         5: .line 138
            aload 1 /* copyAsList */
            iconst_0
            anewarray org.graalvm.compiler.core.common.LocationIdentity
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.util.List copyAsList
        end local 0 // org.graalvm.compiler.nodes.cfg.LocationSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/graalvm/compiler/nodes/cfg/LocationSet;
            5    6     1  copyAsList  Ljava/util/List<Lorg/graalvm/compiler/core/common/LocationIdentity;>;
}
SourceFile: "LocationSet.java"