Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

70   V(FastDoubleElementsAccessor, FAST_DOUBLE_ELEMENTS, FixedDoubleArray) \
231 FixedDoubleArray* from,
285 static void CopyDoubleToDoubleElements(FixedDoubleArray* from,
287 FixedDoubleArray* to,
305 Address to_address = to->address() + FixedDoubleArray::kHeaderSize;
306 Address from_address = from->address() + FixedDoubleArray::kHeaderSize;
318 FixedDoubleArray* to,
348 FixedDoubleArray* to,
750 FixedDoubleArray::cast(to), to_start, copy_size);
817 FixedDoubleArray::cast(from), from_start, FixedArray::cast(to),
820 CopyDoubleToDoubleElements(FixedDoubleArray::cast(from), from_start,
821 FixedDoubleArray::cast(to),
835 : FixedDoubleArray::cast(obj->elements())->length();
837 FixedDoubleArray::cast(obj->elements())->set_the_hole(key);
845 FixedDoubleArray* backing_store) {
1121 FixedDoubleArray::cast(to), to_start, copy_size);