public final class com.oracle.graal.python.parser.ExecutionCellSlots implements com.oracle.graal.python.parser.CellSlots
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.graal.python.parser.ExecutionCellSlots
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.frame.FrameSlot[] cellVarSlots;
    descriptor: [Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  private final com.oracle.truffle.api.frame.FrameSlot[] freeVarSlots;
    descriptor: [Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  private final com.oracle.truffle.api.Assumption[] cellVarAssumptions;
    descriptor: [Lcom/oracle/truffle/api/Assumption;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  void <init>(com.oracle.graal.python.parser.CellFrameSlotSupplier);
    descriptor: (Lcom/oracle/graal/python/parser/CellFrameSlotSupplier;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
        start local 1 // com.oracle.graal.python.parser.CellFrameSlotSupplier supplier
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* supplier */
            invokeinterface com.oracle.graal.python.parser.CellFrameSlotSupplier.getCellVarSlots:()[Lcom/oracle/truffle/api/frame/FrameSlot;
            putfield com.oracle.graal.python.parser.ExecutionCellSlots.cellVarSlots:[Lcom/oracle/truffle/api/frame/FrameSlot;
         2: .line 40
            aload 0 /* this */
            aload 1 /* supplier */
            invokeinterface com.oracle.graal.python.parser.CellFrameSlotSupplier.getFreeVarSlots:()[Lcom/oracle/truffle/api/frame/FrameSlot;
            putfield com.oracle.graal.python.parser.ExecutionCellSlots.freeVarSlots:[Lcom/oracle/truffle/api/frame/FrameSlot;
         3: .line 41
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.graal.python.parser.ExecutionCellSlots.cellVarSlots:[Lcom/oracle/truffle/api/frame/FrameSlot;
            arraylength
            anewarray com.oracle.truffle.api.Assumption
            putfield com.oracle.graal.python.parser.ExecutionCellSlots.cellVarAssumptions:[Lcom/oracle/truffle/api/Assumption;
         4: .line 42
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 8
         6: .line 43
      StackMap locals: com.oracle.graal.python.parser.ExecutionCellSlots com.oracle.graal.python.parser.CellFrameSlotSupplier int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.graal.python.parser.ExecutionCellSlots.cellVarAssumptions:[Lcom/oracle/truffle/api/Assumption;
            iload 2 /* i */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            ldc "cell is effectively final"
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createAssumption:(Ljava/lang/String;)Lcom/oracle/truffle/api/Assumption;
            aastore
         7: .line 42
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield com.oracle.graal.python.parser.ExecutionCellSlots.cellVarAssumptions:[Lcom/oracle/truffle/api/Assumption;
            arraylength
            if_icmplt 6
        end local 2 // int i
         9: .line 45
            return
        end local 1 // com.oracle.graal.python.parser.CellFrameSlotSupplier supplier
        end local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/oracle/graal/python/parser/ExecutionCellSlots;
            0   10     1  supplier  Lcom/oracle/graal/python/parser/CellFrameSlotSupplier;
            5    9     2         i  I
    MethodParameters:
          Name  Flags
      supplier  

  public com.oracle.truffle.api.frame.FrameSlot[] getCellVarSlots();
    descriptor: ()[Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
         0: .line 49
            aload 0 /* this */
            getfield com.oracle.graal.python.parser.ExecutionCellSlots.cellVarSlots:[Lcom/oracle/truffle/api/frame/FrameSlot;
            areturn
        end local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/parser/ExecutionCellSlots;

  public com.oracle.truffle.api.frame.FrameSlot[] getFreeVarSlots();
    descriptor: ()[Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
         0: .line 54
            aload 0 /* this */
            getfield com.oracle.graal.python.parser.ExecutionCellSlots.freeVarSlots:[Lcom/oracle/truffle/api/frame/FrameSlot;
            areturn
        end local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/parser/ExecutionCellSlots;

  public com.oracle.truffle.api.Assumption[] getCellVarAssumptions();
    descriptor: ()[Lcom/oracle/truffle/api/Assumption;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
         0: .line 58
            aload 0 /* this */
            getfield com.oracle.graal.python.parser.ExecutionCellSlots.cellVarAssumptions:[Lcom/oracle/truffle/api/Assumption;
            areturn
        end local 0 // com.oracle.graal.python.parser.ExecutionCellSlots this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/parser/ExecutionCellSlots;
}
SourceFile: "ExecutionCellSlots.java"
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives