Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

837       DCHECK(static_cast<int32_t>(FixedDoubleArray::kMaxLength) >= 0);
843 FixedDoubleArray* elements = FixedDoubleArray::cast(array->elements());
917 Handle<FixedDoubleArray> elements(
918 FixedDoubleArray::cast(object->elements()));
1090 // Empty array is FixedArray but not FixedDoubleArray.
1098 Handle<FixedDoubleArray> elements(
1099 FixedDoubleArray::cast(array->elements()));
1251 Handle<FixedDoubleArray> double_storage =
1252 Handle<FixedDoubleArray>::cast(storage);
1268 // Empty array is FixedArray but not FixedDoubleArray.
1270 FixedDoubleArray* elements =
1271 FixedDoubleArray::cast(array->elements());
1395 STATIC_ASSERT(FixedDoubleArray::kMaxLength < kHalfOfMaxInt);
1423 if (FixedDoubleArray::kMaxLength < result_len ||