Home | History | Annotate | Download | only in arm64

Lines Matching refs:FixedDoubleArray

108   // Allocate new FixedDoubleArray.
110 __ Add(array_size, array_size, FixedDoubleArray::kHeaderSize);
114 // Set the destination FixedDoubleArray's length and map.
118 __ Str(x11, FieldMemOperand(array, FixedDoubleArray::kLengthOffset));
126 // Replace receiver's backing store with newly created FixedDoubleArray.
138 __ Add(dst_elements, array, FixedDoubleArray::kHeaderSize - kHeapObjectTag);
217 __ Mov(array_size, FixedDoubleArray::kHeaderSize);
221 // Set destination FixedDoubleArray's length and map.
225 __ Str(x11, FieldMemOperand(array, FixedDoubleArray::kLengthOffset));
235 FixedDoubleArray::kHeaderSize - kHeapObjectTag);