class com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode extends com.oracle.truffle.js.nodes.access.WriteElementNode$RecursiveCachedArrayWriteElementCacheNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode
  super_class: com.oracle.truffle.js.nodes.access.WriteElementNode$RecursiveCachedArrayWriteElementCacheNode
{
  private final com.oracle.truffle.api.profiles.BranchProfile intValueBranch;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.BranchProfile doubleValueBranch;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.BranchProfile toObjectBranch;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.ConditionProfile inBoundsFastCondition;
    descriptor: Lcom/oracle/truffle/api/profiles/ConditionProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.ConditionProfile inBoundsCondition;
    descriptor: Lcom/oracle/truffle/api/profiles/ConditionProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.ConditionProfile supportedCondition;
    descriptor: Lcom/oracle/truffle/api/profiles/ConditionProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.ConditionProfile supportedContiguousCondition;
    descriptor: Lcom/oracle/truffle/api/profiles/ConditionProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.ConditionProfile supportedHolesCondition;
    descriptor: Lcom/oracle/truffle/api/profiles/ConditionProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile;
    descriptor: Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 1050
            ldc Lcom/oracle/truffle/js/nodes/access/WriteElementNode;
            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 com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.js.runtime.array.ScriptArray, com.oracle.truffle.js.nodes.access.WriteElementNode$ArrayWriteElementCacheNode);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray;Lcom/oracle/truffle/js/nodes/access/WriteElementNode$ArrayWriteElementCacheNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray arrayType
        start local 2 // com.oracle.truffle.js.nodes.access.WriteElementNode$ArrayWriteElementCacheNode arrayCacheNext
         0: .line 1062
            aload 0 /* this */
            aload 1 /* arrayType */
            aload 2 /* arrayCacheNext */
            invokespecial com.oracle.truffle.js.nodes.access.WriteElementNode$RecursiveCachedArrayWriteElementCacheNode.<init>:(Lcom/oracle/truffle/js/runtime/array/ScriptArray;Lcom/oracle/truffle/js/nodes/access/WriteElementNode$ArrayWriteElementCacheNode;)V
         1: .line 1051
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.BranchProfile.create:()Lcom/oracle/truffle/api/profiles/BranchProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.intValueBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
         2: .line 1052
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.BranchProfile.create:()Lcom/oracle/truffle/api/profiles/BranchProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.doubleValueBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
         3: .line 1053
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.BranchProfile.create:()Lcom/oracle/truffle/api/profiles/BranchProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.toObjectBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
         4: .line 1054
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ConditionProfile.createBinaryProfile:()Lcom/oracle/truffle/api/profiles/ConditionProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.inBoundsFastCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
         5: .line 1055
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ConditionProfile.createBinaryProfile:()Lcom/oracle/truffle/api/profiles/ConditionProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.inBoundsCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
         6: .line 1056
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ConditionProfile.createBinaryProfile:()Lcom/oracle/truffle/api/profiles/ConditionProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.supportedCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
         7: .line 1057
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ConditionProfile.createBinaryProfile:()Lcom/oracle/truffle/api/profiles/ConditionProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.supportedContiguousCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
         8: .line 1058
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ConditionProfile.createBinaryProfile:()Lcom/oracle/truffle/api/profiles/ConditionProfile;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.supportedHolesCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
         9: .line 1059
            aload 0 /* this */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.AbstractWritableArray.createSetSupportedProfile:()Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            putfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.profile:Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
        10: .line 1063
            return
        end local 2 // com.oracle.truffle.js.nodes.access.WriteElementNode$ArrayWriteElementCacheNode arrayCacheNext
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray arrayType
        end local 0 // com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lcom/oracle/truffle/js/nodes/access/WriteElementNode$DoubleArrayWriteElementCacheNode;
            0   11     1       arrayType  Lcom/oracle/truffle/js/runtime/array/ScriptArray;
            0   11     2  arrayCacheNext  Lcom/oracle/truffle/js/nodes/access/WriteElementNode$ArrayWriteElementCacheNode;
    MethodParameters:
                Name  Flags
      arrayType       
      arrayCacheNext  

  protected boolean executeSetArray(com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.js.runtime.array.ScriptArray, long, java.lang.Object, com.oracle.truffle.js.nodes.access.WriteElementNode);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/js/runtime/array/ScriptArray;JLjava/lang/Object;Lcom/oracle/truffle/js/nodes/access/WriteElementNode;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=10, args_size=6
        start local 0 // com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // com.oracle.truffle.js.runtime.array.ScriptArray array
        start local 3 // long index
        start local 5 // java.lang.Object value
        start local 6 // com.oracle.truffle.js.nodes.access.WriteElementNode root
         0: .line 1067
            aload 0 /* this */
            aload 2 /* array */
            invokevirtual com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.cast:(Lcom/oracle/truffle/js/runtime/array/ScriptArray;)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
            checkcast com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray
            astore 7 /* doubleArray */
        start local 7 // com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray doubleArray
         1: .line 1069
            aload 5 /* value */
            instanceof java.lang.Double
            ifeq 5
         2: .line 1070
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.doubleValueBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         3: .line 1071
            aload 5 /* value */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            dstore 8 /* doubleValue */
        start local 8 // double doubleValue
         4: .line 1072
            goto 11
        end local 8 // double doubleValue
      StackMap locals: com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray
      StackMap stack:
         5: aload 5 /* value */
            instanceof java.lang.Integer
            ifeq 9
         6: .line 1073
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.intValueBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         7: .line 1074
            aload 5 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            i2d
            dstore 8 /* doubleValue */
        start local 8 // double doubleValue
         8: .line 1075
            goto 11
        end local 8 // double doubleValue
         9: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.toObjectBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
        10: .line 1077
            aload 0 /* this */
            aload 7 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            aload 5 /* value */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.toObject:(Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractWritableArray;
            aload 1 /* target */
            lload 3 /* index */
            aload 5 /* value */
            aload 6 /* root */
            invokevirtual com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.setArrayAndWrite:(Lcom/oracle/truffle/js/runtime/array/ScriptArray;Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;Lcom/oracle/truffle/js/nodes/access/WriteElementNode;)Z
            ireturn
        start local 8 // double doubleValue
        11: .line 1079
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            aload 1 /* target */
            aload 7 /* doubleArray */
            lload 3 /* index */
            dload 8 /* doubleValue */
            aload 6 /* root */
            invokevirtual com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.executeWithDoubleValueInner:(Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/js/runtime/array/dyn/AbstractDoubleArray;JDLcom/oracle/truffle/js/nodes/access/WriteElementNode;)Z
            ireturn
        end local 8 // double doubleValue
        end local 7 // com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray doubleArray
        end local 6 // com.oracle.truffle.js.nodes.access.WriteElementNode root
        end local 5 // java.lang.Object value
        end local 3 // long index
        end local 2 // com.oracle.truffle.js.runtime.array.ScriptArray array
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lcom/oracle/truffle/js/nodes/access/WriteElementNode$DoubleArrayWriteElementCacheNode;
            0   12     1       target  Lcom/oracle/truffle/api/object/DynamicObject;
            0   12     2        array  Lcom/oracle/truffle/js/runtime/array/ScriptArray;
            0   12     3        index  J
            0   12     5        value  Ljava/lang/Object;
            0   12     6         root  Lcom/oracle/truffle/js/nodes/access/WriteElementNode;
            1   12     7  doubleArray  Lcom/oracle/truffle/js/runtime/array/dyn/AbstractDoubleArray;
            4    5     8  doubleValue  D
            8    9     8  doubleValue  D
           11   12     8  doubleValue  D
    MethodParameters:
        Name  Flags
      target  
      array   
      index   
      value   
      root    

  private boolean executeWithDoubleValueInner(com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray, long, double, com.oracle.truffle.js.nodes.access.WriteElementNode);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/js/runtime/array/dyn/AbstractDoubleArray;JDLcom/oracle/truffle/js/nodes/access/WriteElementNode;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=10, args_size=6
        start local 0 // com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray doubleArray
        start local 3 // long index
        start local 5 // double doubleValue
        start local 7 // com.oracle.truffle.js.nodes.access.WriteElementNode root
         0: .line 1083
            getstatic com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.$assertionsDisabled:Z
            ifne 1
            aload 2 /* doubleArray */
            instanceof com.oracle.truffle.js.runtime.array.dyn.HolesDoubleArray
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1084
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* doubleArray */
            lload 3 /* index */
            aload 7 /* root */
            invokevirtual com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.nonHolesArrayNeedsSlowSet:(Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/js/runtime/array/dyn/AbstractWritableArray;JLcom/oracle/truffle/js/nodes/access/WriteElementNode;)Z
            ifeq 3
         2: .line 1085
            iconst_0
            ireturn
         3: .line 1087
      StackMap locals:
      StackMap stack:
            lload 3 /* index */
            l2i
            istore 8 /* iIndex */
        start local 8 // int iIndex
         4: .line 1088
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.inBoundsFastCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.isInBoundsFast:(Lcom/oracle/truffle/api/object/DynamicObject;J)Z
            invokevirtual com.oracle.truffle.api.profiles.ConditionProfile.profile:(Z)Z
            ifeq 7
         5: .line 1089
            aload 2 /* doubleArray */
            aload 1 /* target */
            iload 8 /* iIndex */
            dload 5 /* doubleValue */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.setInBoundsFast:(Lcom/oracle/truffle/api/object/DynamicObject;ID)V
         6: .line 1090
            iconst_1
            ireturn
         7: .line 1091
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.inBoundsCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
            aload 2 /* doubleArray */
            aload 1 /* target */
            iload 8 /* iIndex */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.isInBounds:(Lcom/oracle/truffle/api/object/DynamicObject;I)Z
            invokevirtual com.oracle.truffle.api.profiles.ConditionProfile.profile:(Z)Z
            ifeq 10
         8: .line 1092
            aload 2 /* doubleArray */
            aload 1 /* target */
            iload 8 /* iIndex */
            dload 5 /* doubleValue */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.profile:Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.setInBounds:(Lcom/oracle/truffle/api/object/DynamicObject;IDLcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)V
         9: .line 1093
            iconst_1
            ireturn
        10: .line 1094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.supportedCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.isSupported:(Lcom/oracle/truffle/api/object/DynamicObject;J)Z
            invokevirtual com.oracle.truffle.api.profiles.ConditionProfile.profile:(Z)Z
            ifeq 13
        11: .line 1095
            aload 2 /* doubleArray */
            aload 1 /* target */
            iload 8 /* iIndex */
            dload 5 /* doubleValue */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.profile:Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.setSupported:(Lcom/oracle/truffle/api/object/DynamicObject;IDLcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)V
        12: .line 1096
            iconst_1
            ireturn
        13: .line 1099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.supportedContiguousCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
            aload 2 /* doubleArray */
            instanceof com.oracle.truffle.js.runtime.array.dyn.AbstractContiguousDoubleArray
            ifne 14
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.isSupportedContiguous:(Lcom/oracle/truffle/api/object/DynamicObject;J)Z
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.profiles.ConditionProfile
        14: iconst_0
      StackMap locals: com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode com.oracle.truffle.api.object.DynamicObject com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray long double com.oracle.truffle.js.nodes.access.WriteElementNode int
      StackMap stack: com.oracle.truffle.api.profiles.ConditionProfile int
        15: invokevirtual com.oracle.truffle.api.profiles.ConditionProfile.profile:(Z)Z
            ifeq 18
        16: .line 1100
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            dload 5 /* doubleValue */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.toContiguous:(Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractWritableArray;
            astore 9 /* toArrayType */
        start local 9 // com.oracle.truffle.js.runtime.array.ScriptArray toArrayType
        17: .line 1101
            goto 23
        end local 9 // com.oracle.truffle.js.runtime.array.ScriptArray toArrayType
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.supportedHolesCondition:Lcom/oracle/truffle/api/profiles/ConditionProfile;
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.isSupportedHoles:(Lcom/oracle/truffle/api/object/DynamicObject;J)Z
            invokevirtual com.oracle.truffle.api.profiles.ConditionProfile.profile:(Z)Z
            ifeq 21
        19: .line 1102
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            dload 5 /* doubleValue */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.toHoles:(Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/dyn/AbstractDoubleArray;
            astore 9 /* toArrayType */
        start local 9 // com.oracle.truffle.js.runtime.array.ScriptArray toArrayType
        20: .line 1103
            goto 23
        end local 9 // com.oracle.truffle.js.runtime.array.ScriptArray toArrayType
        21: .line 1104
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.$assertionsDisabled:Z
            ifne 22
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.isSparse:(Lcom/oracle/truffle/api/object/DynamicObject;J)Z
            ifne 22
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        22: .line 1105
      StackMap locals:
      StackMap stack:
            aload 2 /* doubleArray */
            aload 1 /* target */
            lload 3 /* index */
            dload 5 /* doubleValue */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray.toSparse:(Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;)Lcom/oracle/truffle/js/runtime/array/SparseArray;
            astore 9 /* toArrayType */
        start local 9 // com.oracle.truffle.js.runtime.array.ScriptArray toArrayType
        23: .line 1107
      StackMap locals: com.oracle.truffle.js.runtime.array.ScriptArray
      StackMap stack:
            aload 0 /* this */
            aload 9 /* toArrayType */
            aload 1 /* target */
            lload 3 /* index */
            dload 5 /* doubleValue */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aload 7 /* root */
            invokevirtual com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode.setArrayAndWrite:(Lcom/oracle/truffle/js/runtime/array/ScriptArray;Lcom/oracle/truffle/api/object/DynamicObject;JLjava/lang/Object;Lcom/oracle/truffle/js/nodes/access/WriteElementNode;)Z
            ireturn
        end local 9 // com.oracle.truffle.js.runtime.array.ScriptArray toArrayType
        end local 8 // int iIndex
        end local 7 // com.oracle.truffle.js.nodes.access.WriteElementNode root
        end local 5 // double doubleValue
        end local 3 // long index
        end local 2 // com.oracle.truffle.js.runtime.array.dyn.AbstractDoubleArray doubleArray
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Lcom/oracle/truffle/js/nodes/access/WriteElementNode$DoubleArrayWriteElementCacheNode;
            0   24     1       target  Lcom/oracle/truffle/api/object/DynamicObject;
            0   24     2  doubleArray  Lcom/oracle/truffle/js/runtime/array/dyn/AbstractDoubleArray;
            0   24     3        index  J
            0   24     5  doubleValue  D
            0   24     7         root  Lcom/oracle/truffle/js/nodes/access/WriteElementNode;
            4   24     8       iIndex  I
           17   18     9  toArrayType  Lcom/oracle/truffle/js/runtime/array/ScriptArray;
           20   21     9  toArrayType  Lcom/oracle/truffle/js/runtime/array/ScriptArray;
           23   24     9  toArrayType  Lcom/oracle/truffle/js/runtime/array/ScriptArray;
    MethodParameters:
             Name  Flags
      target       
      doubleArray  
      index        
      doubleValue  
      root         
}
SourceFile: "WriteElementNode.java"
NestHost: com.oracle.truffle.js.nodes.access.WriteElementNode
InnerClasses:
  abstract ArrayWriteElementCacheNode = com.oracle.truffle.js.nodes.access.WriteElementNode$ArrayWriteElementCacheNode of com.oracle.truffle.js.nodes.access.WriteElementNode
  private DoubleArrayWriteElementCacheNode = com.oracle.truffle.js.nodes.access.WriteElementNode$DoubleArrayWriteElementCacheNode of com.oracle.truffle.js.nodes.access.WriteElementNode
  private abstract RecursiveCachedArrayWriteElementCacheNode = com.oracle.truffle.js.nodes.access.WriteElementNode$RecursiveCachedArrayWriteElementCacheNode of com.oracle.truffle.js.nodes.access.WriteElementNode
  public abstract ProfileHolder = com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder of com.oracle.truffle.js.runtime.array.ScriptArray