Lines Matching refs:FixedDoubleArray
114 FixedDoubleArray) \
115 V(FastHoleyDoubleElementsAccessor, HOLEY_DOUBLE_ELEMENTS, FixedDoubleArray) \
297 Handle<FixedDoubleArray> from(FixedDoubleArray::cast(from_base), isolate); in CopyDoubleToObjectElements()
309 FixedDoubleArray::get(*from, i + from_start, isolate); in CopyDoubleToObjectElements()
325 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyDoubleToDoubleElements()
331 FixedDoubleArray from = FixedDoubleArray::cast(from_base); in CopyDoubleToDoubleElements()
332 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyDoubleToDoubleElements()
333 Address to_address = to.address() + FixedDoubleArray::kHeaderSize; in CopyDoubleToDoubleElements()
334 Address from_address = from.address() + FixedDoubleArray::kHeaderSize; in CopyDoubleToDoubleElements()
360 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopySmiToDoubleElements()
367 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopySmiToDoubleElements()
392 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyPackedSmiToDoubleElements()
403 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyPackedSmiToDoubleElements()
421 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyObjectToDoubleElements()
428 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyObjectToDoubleElements()
451 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyDictionaryToDoubleElements()
455 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyDictionaryToDoubleElements()
819 !base::IsInRange(capacity, 0, FixedDoubleArray::kMaxLength)) { in ConvertElementsWithCapacity()
2282 FixedDoubleArray elements = in IncludesValueImpl()
2283 FixedDoubleArray::cast(receiver->elements()); in IncludesValueImpl()
2318 FixedDoubleArray elements = in IncludesValueImpl()
2319 FixedDoubleArray::cast(receiver->elements()); in IncludesValueImpl()
2351 FixedDoubleArray elements = in IncludesValueImpl()
2352 FixedDoubleArray::cast(receiver->elements()); in IncludesValueImpl()
2906 return FixedDoubleArray::get(FixedDoubleArray::cast(backing_store), in GetImpl()
2917 FixedDoubleArray::cast(backing_store).set(entry.as_int(), value.Number()); in SetImpl()
2922 FixedDoubleArray::cast(backing_store).set(entry.as_int(), value.Number()); in SetImpl()
2976 Handle<FixedDoubleArray> elements( in CollectValuesOrEntriesImpl()
2977 FixedDoubleArray::cast(object->elements()), isolate); in CollectValuesOrEntriesImpl()
3013 FixedDoubleArray elements = FixedDoubleArray::cast(receiver->elements()); in IndexOfValueImpl()
3015 STATIC_ASSERT(FixedDoubleArray::kMaxLength <= in IndexOfValueImpl()
3800 FixedDoubleArray source_store = FixedDoubleArray::cast(source.elements()); in TryCopyElementsFastNumber()
3810 FixedDoubleArray source_store = FixedDoubleArray::cast(source.elements()); in TryCopyElementsFastNumber()
5205 Handle<FixedDoubleArray> double_elms = in ArrayConstructInitializeElements()
5206 Handle<FixedDoubleArray>::cast(elms); in ArrayConstructInitializeElements()