Home | History | Annotate | Download | only in heap

Lines Matching refs:FixedDoubleArray

1978 STATIC_ASSERT((FixedDoubleArray::kHeaderSize & kDoubleAlignmentMask) ==
3593 allocation = CopyFixedDoubleArray(FixedDoubleArray::cast(elements));
3879 AllocationResult Heap::CopyFixedDoubleArrayWithMap(FixedDoubleArray* src,
3888 CopyBlock(obj->address() + FixedDoubleArray::kLengthOffset,
3889 src->address() + FixedDoubleArray::kLengthOffset,
3890 FixedDoubleArray::SizeFor(len) - FixedDoubleArray::kLengthOffset);
3958 FixedDoubleArray::cast(elements)->set_length(length);
3965 if (length < 0 || length > FixedDoubleArray::kMaxLength) {
3968 int size = FixedDoubleArray::SizeFor(length);