Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

84     FixedDoubleArray)                                                   \
86 FixedDoubleArray) \
284 FixedDoubleArray* from = FixedDoubleArray::cast(from_base);
327 FixedDoubleArray::cast(to_base)->set_the_hole(i);
334 FixedDoubleArray* from = FixedDoubleArray::cast(from_base);
335 FixedDoubleArray* to = FixedDoubleArray::cast(to_base);
336 Address to_address = to->address() + FixedDoubleArray::kHeaderSize;
337 Address from_address = from->address() + FixedDoubleArray::kHeaderSize;
359 FixedDoubleArray::cast(to_base)->set_the_hole(i);
367 FixedDoubleArray* to = FixedDoubleArray::cast(to_base);
396 FixedDoubleArray::cast(to_base)->set_the_hole(i);
410 FixedDoubleArray* to = FixedDoubleArray::cast(to_base);
432 FixedDoubleArray::cast(to_base)->set_the_hole(i);
440 FixedDoubleArray* to = FixedDoubleArray::cast(to_base);
467 FixedDoubleArray::cast(to_base)->set_the_hole(i);
472 FixedDoubleArray* to = FixedDoubleArray::cast(to_base);
2051 FixedDoubleArray* double_elms = FixedDoubleArray::cast(elms);