Lines Matching refs:from_array
4460 TNode<FixedArrayBase> from_array, TNode<TIndex> first, TNode<TIndex> count, in ExtractFixedDoubleArrayFillingHoles() argument
4482 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(from_array, kind)); in ExtractFixedDoubleArrayFillingHoles()
4517 from_array, var_from_offset.value(), &if_hole, MachineType::Float64()); in ExtractFixedDoubleArrayFillingHoles()
4532 ExtractToFixedArray(from_array, first, count, capacity, fixed_array_map, in ExtractFixedDoubleArrayFillingHoles()
4997 ElementsKind from_kind, TNode<FixedArrayBase> from_array, in CopyFixedArrayElements() argument
5004 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(from_array, from_kind)); in CopyFixedArrayElements()
5120 from_array, var_from_offset.value(), from_kind, to_kind, if_hole); in CopyFixedArrayElements()
5125 from_array, var_from_offset.value(), from_kind, to_kind, if_hole); in CopyFixedArrayElements()
5187 void CodeStubAssembler::CopyPropertyArrayValues(TNode<HeapObject> from_array, in CopyPropertyArrayValues() argument
5192 CSA_SLOW_DCHECK(this, Word32Or(IsPropertyArray(from_array), in CopyPropertyArrayValues()
5193 IsEmptyFixedArray(from_array))); in CopyPropertyArrayValues()
5207 from_array, kind, start, property_count, in CopyPropertyArrayValues()
5228 GotoIf(IsEmptyFixedArray(from_array), &did_zap); in CopyPropertyArrayValues()
5229 FillPropertyArrayWithUndefined(CAST(from_array), start, property_count); in CopyPropertyArrayValues()