Lines Matching refs:FixedDoubleArray
198 static void MoveDoubleElements(FixedDoubleArray* dst,
200 FixedDoubleArray* src,
216 static void FillWithHoles(FixedDoubleArray* dst, int from, int to) {
470 FixedDoubleArray* new_elms;
488 new_elms = FixedDoubleArray::cast(elms_obj);
579 FixedDoubleArray* elms = FixedDoubleArray::cast(elms_obj);
901 FixedDoubleArray* elms = FixedDoubleArray::cast(elms_obj);
914 FixedDoubleArray* elms = FixedDoubleArray::cast(elms_obj);
971 FixedDoubleArray* elms = FixedDoubleArray::cast(elms_obj);
1031 if (result_len > FixedDoubleArray::kMaxLength) {