Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

1709     int length = reinterpret_cast<FixedDoubleArray*>(object)->length();
1710 int object_size = FixedDoubleArray::SizeFor(length);
4064 maybe_elem = CopyFixedDoubleArray(FixedDoubleArray::cast(elements));
4489 MaybeObject* Heap::CopyFixedDoubleArrayWithMap(FixedDoubleArray* src,
4499 dst->address() + FixedDoubleArray::kLengthOffset,
4500 src->address() + FixedDoubleArray::kLengthOffset,
4501 FixedDoubleArray::SizeFor(len) - FixedDoubleArray::kLengthOffset);
4604 int size = FixedDoubleArray::SizeFor(0);
4611 reinterpret_cast<FixedDoubleArray*>(result)->set_map_no_write_barrier(
4613 reinterpret_cast<FixedDoubleArray*>(result)->set_length(0);
4626 FixedDoubleArray* elements =
4627 reinterpret_cast<FixedDoubleArray*>(elements_object);
4643 FixedDoubleArray* elements =
4644 reinterpret_cast<FixedDoubleArray*>(elements_object);
4658 if (length < 0 || length > FixedDoubleArray::kMaxLength) {
4664 int size = FixedDoubleArray::SizeFor(length);