public final class com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray extends com.oracle.truffle.js.runtime.array.dyn.AbstractContiguousDoubleArray
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray
  super_class: com.oracle.truffle.js.runtime.array.dyn.AbstractContiguousDoubleArray
{
  private static final com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray CONTIGUOUS_DOUBLE_ARRAY;
    descriptor: Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 49
            new com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray
            dup
            iconst_0
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.createCache:()Lcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;
            invokespecial com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.<init>:(ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
            putstatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.CONTIGUOUS_DOUBLE_ARRAY:Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray makeContiguousDoubleArray(com.oracle.truffle.api.object.DynamicObject, long, double[], long, int, int, int);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;J[DJIII)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=10, args_size=7
        start local 0 // com.oracle.truffle.api.object.DynamicObject object
        start local 1 // long length
        start local 3 // double[] array
        start local 4 // long indexOffset
        start local 6 // int arrayOffset
        start local 7 // int usedLength
        start local 8 // int integrityLevel
         0: .line 52
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.createContiguousDoubleArray:()Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            iload 8 /* integrityLevel */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.setIntegrityLevel:(I)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
            checkcast com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray
            astore 9 /* arrayType */
        start local 9 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray arrayType
         1: .line 53
            aload 0 /* object */
            aload 3 /* array */
            lload 1 /* length */
            iload 7 /* usedLength */
            lload 4 /* indexOffset */
            iload 6 /* arrayOffset */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.setArrayProperties:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;JIJI)V
         2: .line 54
            aload 9 /* arrayType */
            areturn
        end local 9 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray arrayType
        end local 8 // int integrityLevel
        end local 7 // int usedLength
        end local 6 // int arrayOffset
        end local 4 // long indexOffset
        end local 3 // double[] array
        end local 1 // long length
        end local 0 // com.oracle.truffle.api.object.DynamicObject object
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0          object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    3     1          length  J
            0    3     3           array  [D
            0    3     4     indexOffset  J
            0    3     6     arrayOffset  I
            0    3     7      usedLength  I
            0    3     8  integrityLevel  I
            1    3     9       arrayType  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
    MethodParameters:
                Name  Flags
      object          
      length          
      array           
      indexOffset     
      arrayOffset     
      usedLength      
      integrityLevel  

  private static com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray createContiguousDoubleArray();
    descriptor: ()Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 58
            getstatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.CONTIGUOUS_DOUBLE_ARRAY:Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int, com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache);
    descriptor: (ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // int integrityLevel
        start local 2 // com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache cache
         0: .line 62
            aload 0 /* this */
            iload 1 /* integrityLevel */
            aload 2 /* cache */
            invokespecial com.oracle.truffle.js.runtime.array.dyn.AbstractContiguousDoubleArray.<init>:(ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
         1: .line 63
            return
        end local 2 // com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache cache
        end local 1 // int integrityLevel
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    2     1  integrityLevel  I
            0    2     2           cache  Lcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;
    MethodParameters:
                Name  Flags
      integrityLevel  
      cache           

  protected int prepareInBounds(com.oracle.truffle.api.object.DynamicObject, int, com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;ILcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // int index
        start local 3 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
         0: .line 67
            aload 0 /* this */
            aload 1 /* object */
            iload 2 /* index */
            aload 3 /* profile */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.prepareInBoundsContiguous:(Lcom/oracle/truffle/api/object/DynamicObject;ILcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)I
            ireturn
        end local 3 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 2 // int index
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    1     1   object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2    index  I
            0    1     3  profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
    MethodParameters:
         Name  Flags
      object   
      index    
      profile  

  protected int prepareSupported(com.oracle.truffle.api.object.DynamicObject, int, com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;ILcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // int index
        start local 3 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
         0: .line 72
            aload 0 /* this */
            aload 1 /* object */
            iload 2 /* index */
            aload 3 /* profile */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.prepareSupportedContiguous:(Lcom/oracle/truffle/api/object/DynamicObject;ILcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)I
            ireturn
        end local 3 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 2 // int index
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    1     1   object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2    index  I
            0    1     3  profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
    MethodParameters:
         Name  Flags
      object   
      index    
      profile  

  public boolean isSupported(com.oracle.truffle.api.object.DynamicObject, long);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // long index
         0: .line 77
            aload 0 /* this */
            aload 1 /* object */
            lload 2 /* index */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.isSupportedContiguous:(Lcom/oracle/truffle/api/object/DynamicObject;J)Z
            ireturn
        end local 2 // long index
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    1     1  object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2   index  J
    MethodParameters:
        Name  Flags
      object  
      index   

  public com.oracle.truffle.js.runtime.array.dyn.ContiguousObjectArray toObject(com.oracle.truffle.api.object.DynamicObject, long, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousObjectArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=13, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // long index
        start local 4 // java.lang.Object value
         0: .line 82
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getArray:(Lcom/oracle/truffle/api/object/DynamicObject;)[D
            astore 5 /* array */
        start local 5 // double[] array
         1: .line 83
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.lengthInt:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 6 /* length */
        start local 6 // int length
         2: .line 84
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getUsedLength:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 7 /* usedLength */
        start local 7 // int usedLength
         3: .line 85
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getArrayOffset:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 8 /* arrayOffset */
        start local 8 // int arrayOffset
         4: .line 86
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getIndexOffset:(Lcom/oracle/truffle/api/object/DynamicObject;)J
            lstore 9 /* indexOffset */
        start local 9 // long indexOffset
         5: .line 88
            aload 5 /* array */
            iload 8 /* arrayOffset */
            iload 7 /* usedLength */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ArrayCopy.doubleToObject:([DII)[Ljava/lang/Object;
            astore 11 /* doubleCopy */
        start local 11 // java.lang.Object[] doubleCopy
         6: .line 89
            aload 1 /* object */
            iload 6 /* length */
            i2l
            aload 11 /* doubleCopy */
            lload 9 /* indexOffset */
            iload 8 /* arrayOffset */
            iload 7 /* usedLength */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.integrityLevel:I
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousObjectArray.makeContiguousObjectArray:(Lcom/oracle/truffle/api/object/DynamicObject;J[Ljava/lang/Object;JIII)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousObjectArray;
            astore 12 /* newArray */
        start local 12 // com.oracle.truffle.js.runtime.array.dyn.ContiguousObjectArray newArray
         7: .line 90
            getstatic com.oracle.truffle.js.runtime.JSConfig.TraceArrayTransitions:Z
            ifeq 9
         8: .line 91
            aload 0 /* this */
            aload 12 /* newArray */
            lload 2 /* index */
            aload 4 /* value */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.traceArrayTransition:(Lcom/oracle/truffle/js/runtime/array/ScriptArray;Lcom/oracle/truffle/js/runtime/array/ScriptArray;JLjava/lang/Object;)V
         9: .line 93
      StackMap locals: com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray com.oracle.truffle.api.object.DynamicObject long java.lang.Object double[] int int int long java.lang.Object[] com.oracle.truffle.js.runtime.array.dyn.ContiguousObjectArray
      StackMap stack:
            aload 12 /* newArray */
            areturn
        end local 12 // com.oracle.truffle.js.runtime.array.dyn.ContiguousObjectArray newArray
        end local 11 // java.lang.Object[] doubleCopy
        end local 9 // long indexOffset
        end local 8 // int arrayOffset
        end local 7 // int usedLength
        end local 6 // int length
        end local 5 // double[] array
        end local 4 // java.lang.Object value
        end local 2 // long index
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0   10     1       object  Lcom/oracle/truffle/api/object/DynamicObject;
            0   10     2        index  J
            0   10     4        value  Ljava/lang/Object;
            1   10     5        array  [D
            2   10     6       length  I
            3   10     7   usedLength  I
            4   10     8  arrayOffset  I
            5   10     9  indexOffset  J
            6   10    11   doubleCopy  [Ljava/lang/Object;
            7   10    12     newArray  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousObjectArray;
    MethodParameters:
        Name  Flags
      object  
      index   
      value   

  public com.oracle.truffle.js.runtime.array.dyn.ZeroBasedDoubleArray toNonContiguous(com.oracle.truffle.api.object.DynamicObject, int, java.lang.Object, com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;ILjava/lang/Object;Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)Lcom/oracle/truffle/js/runtime/array/dyn/ZeroBasedDoubleArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // int index
        start local 3 // java.lang.Object value
        start local 4 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
         0: .line 98
            aload 0 /* this */
            aload 1 /* object */
            iload 2 /* index */
            aload 3 /* value */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            aload 4 /* profile */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.setSupported:(Lcom/oracle/truffle/api/object/DynamicObject;IDLcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)V
         1: .line 100
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getArray:(Lcom/oracle/truffle/api/object/DynamicObject;)[D
            astore 5 /* array */
        start local 5 // double[] array
         2: .line 101
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.lengthInt:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 6 /* length */
        start local 6 // int length
         3: .line 102
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getUsedLength:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 7 /* usedLength */
        start local 7 // int usedLength
         4: .line 103
            aload 1 /* object */
            iload 6 /* length */
            iload 7 /* usedLength */
            aload 5 /* array */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.integrityLevel:I
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ZeroBasedDoubleArray.makeZeroBasedDoubleArray:(Lcom/oracle/truffle/api/object/DynamicObject;II[DI)Lcom/oracle/truffle/js/runtime/array/dyn/ZeroBasedDoubleArray;
            astore 8 /* newArray */
        start local 8 // com.oracle.truffle.js.runtime.array.dyn.ZeroBasedDoubleArray newArray
         5: .line 104
            getstatic com.oracle.truffle.js.runtime.JSConfig.TraceArrayTransitions:Z
            ifeq 7
         6: .line 105
            aload 0 /* this */
            aload 8 /* newArray */
            iload 2 /* index */
            i2l
            aload 3 /* value */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.traceArrayTransition:(Lcom/oracle/truffle/js/runtime/array/ScriptArray;Lcom/oracle/truffle/js/runtime/array/ScriptArray;JLjava/lang/Object;)V
         7: .line 107
      StackMap locals: com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray com.oracle.truffle.api.object.DynamicObject int java.lang.Object com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder double[] int int com.oracle.truffle.js.runtime.array.dyn.ZeroBasedDoubleArray
      StackMap stack:
            aload 8 /* newArray */
            areturn
        end local 8 // com.oracle.truffle.js.runtime.array.dyn.ZeroBasedDoubleArray newArray
        end local 7 // int usedLength
        end local 6 // int length
        end local 5 // double[] array
        end local 4 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 3 // java.lang.Object value
        end local 2 // int index
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    8     1      object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    8     2       index  I
            0    8     3       value  Ljava/lang/Object;
            0    8     4     profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            2    8     5       array  [D
            3    8     6      length  I
            4    8     7  usedLength  I
            5    8     8    newArray  Lcom/oracle/truffle/js/runtime/array/dyn/ZeroBasedDoubleArray;
    MethodParameters:
         Name  Flags
      object   
      index    
      value    
      profile  

  public com.oracle.truffle.js.runtime.array.dyn.HolesDoubleArray toHoles(com.oracle.truffle.api.object.DynamicObject, long, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/HolesDoubleArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=12, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // long index
        start local 4 // java.lang.Object value
         0: .line 112
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getArray:(Lcom/oracle/truffle/api/object/DynamicObject;)[D
            astore 5 /* array */
        start local 5 // double[] array
         1: .line 113
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.lengthInt:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 6 /* length */
        start local 6 // int length
         2: .line 114
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getUsedLength:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 7 /* usedLength */
        start local 7 // int usedLength
         3: .line 115
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getArrayOffset:(Lcom/oracle/truffle/api/object/DynamicObject;)I
            istore 8 /* arrayOffset */
        start local 8 // int arrayOffset
         4: .line 116
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.getIndexOffset:(Lcom/oracle/truffle/api/object/DynamicObject;)J
            lstore 9 /* indexOffset */
        start local 9 // long indexOffset
         5: .line 118
            aload 1 /* object */
            iload 6 /* length */
            aload 5 /* array */
            lload 9 /* indexOffset */
            iload 8 /* arrayOffset */
            iload 7 /* usedLength */
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.integrityLevel:I
            invokestatic com.oracle.truffle.js.runtime.array.dyn.HolesDoubleArray.makeHolesDoubleArray:(Lcom/oracle/truffle/api/object/DynamicObject;I[DJIIII)Lcom/oracle/truffle/js/runtime/array/dyn/HolesDoubleArray;
            astore 11 /* newArray */
        start local 11 // com.oracle.truffle.js.runtime.array.dyn.HolesDoubleArray newArray
         6: .line 119
            getstatic com.oracle.truffle.js.runtime.JSConfig.TraceArrayTransitions:Z
            ifeq 8
         7: .line 120
            aload 0 /* this */
            aload 11 /* newArray */
            lload 2 /* index */
            aload 4 /* value */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.traceArrayTransition:(Lcom/oracle/truffle/js/runtime/array/ScriptArray;Lcom/oracle/truffle/js/runtime/array/ScriptArray;JLjava/lang/Object;)V
         8: .line 122
      StackMap locals: com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray com.oracle.truffle.api.object.DynamicObject long java.lang.Object double[] int int int long com.oracle.truffle.js.runtime.array.dyn.HolesDoubleArray
      StackMap stack:
            aload 11 /* newArray */
            areturn
        end local 11 // com.oracle.truffle.js.runtime.array.dyn.HolesDoubleArray newArray
        end local 9 // long indexOffset
        end local 8 // int arrayOffset
        end local 7 // int usedLength
        end local 6 // int length
        end local 5 // double[] array
        end local 4 // java.lang.Object value
        end local 2 // long index
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    9     1       object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    9     2        index  J
            0    9     4        value  Ljava/lang/Object;
            1    9     5        array  [D
            2    9     6       length  I
            3    9     7   usedLength  I
            4    9     8  arrayOffset  I
            5    9     9  indexOffset  J
            6    9    11     newArray  Lcom/oracle/truffle/js/runtime/array/dyn/HolesDoubleArray;
    MethodParameters:
        Name  Flags
      object  
      index   
      value   

  public com.oracle.truffle.js.runtime.array.ScriptArray removeRangeImpl(com.oracle.truffle.api.object.DynamicObject, long, long);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JJ)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // long start
        start local 4 // long end
         0: .line 127
            aload 0 /* this */
            aload 1 /* object */
            lload 2 /* start */
            lload 4 /* end */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.removeRangeContiguous:(Lcom/oracle/truffle/api/object/DynamicObject;JJ)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
            areturn
        end local 4 // long end
        end local 2 // long start
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    1     1  object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2   start  J
            0    1     4     end  J
    MethodParameters:
        Name  Flags
      object  
      start   
      end     

  protected com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray withIntegrityLevel(int);
    descriptor: (I)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
        start local 1 // int newIntegrityLevel
         0: .line 132
            new com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray
            dup
            iload 1 /* newIntegrityLevel */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.cache:Lcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;
            invokespecial com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.<init>:(ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
            areturn
        end local 1 // int newIntegrityLevel
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            0    1     1  newIntegrityLevel  I
    MethodParameters:
                   Name  Flags
      newIntegrityLevel  

  public com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray toHoles(com.oracle.truffle.api.object.DynamicObject, long, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractDoubleArray;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
         0: .line 1
            aload 0
            aload 1
            lload 2
            aload 4
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.toHoles:(Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/HolesDoubleArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.oracle.truffle.js.runtime.array.dyn.AbstractWritableArray toHoles(com.oracle.truffle.api.object.DynamicObject, long, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractWritableArray;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
         0: .line 1
            aload 0
            aload 1
            lload 2
            aload 4
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.toHoles:(Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/HolesDoubleArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray withIntegrityLevel(int);
    descriptor: (I)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractDoubleArray;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.withIntegrityLevel:(I)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.oracle.truffle.js.runtime.array.DynamicArray withIntegrityLevel(int);
    descriptor: (I)Lcom/oracle/truffle/js/runtime/array/DynamicArray;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.withIntegrityLevel:(I)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.oracle.truffle.js.runtime.array.dyn.AbstractWritableArray withIntegrityLevel(int);
    descriptor: (I)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractWritableArray;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.withIntegrityLevel:(I)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousDoubleArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.oracle.truffle.js.runtime.array.ScriptArray toNonContiguous(com.oracle.truffle.api.object.DynamicObject, int, java.lang.Object, com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;ILjava/lang/Object;Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            aload 4
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.toNonContiguous:(Lcom/oracle/truffle/api/object/DynamicObject;ILjava/lang/Object;Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)Lcom/oracle/truffle/js/runtime/array/dyn/ZeroBasedDoubleArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.oracle.truffle.js.runtime.array.dyn.AbstractWritableArray toObject(com.oracle.truffle.api.object.DynamicObject, long, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractWritableArray;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
         0: .line 1
            aload 0
            aload 1
            lload 2
            aload 4
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.ContiguousDoubleArray.toObject:(Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/ContiguousObjectArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ContiguousDoubleArray.java"
InnerClasses:
  protected final DynamicArrayCache = com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache of com.oracle.truffle.js.runtime.array.DynamicArray
  public abstract ProfileHolder = com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder of com.oracle.truffle.js.runtime.array.ScriptArray