Lines Matching refs:FillFixedArrayWithValue
4178 FillFixedArrayWithValue(kind, elements, IntPtrConstant(0), capacity, in AllocateJSArray()
4441 FillFixedArrayWithValue(to_kind, to_elements, count, capacity, in ExtractToFixedArray()
4488 FillFixedArrayWithValue(kind, to_elements, IntPtrOrSmiConstant<TIndex>(0), in ExtractFixedDoubleArrayFillingHoles()
4620 FillFixedArrayWithValue(kind, to_elements, *count, *capacity, in ExtractFixedArray()
4692 void CodeStubAssembler::FillFixedArrayWithValue(ElementsKind kind, in FillFixedArrayWithValue() function in v8::internal::CodeStubAssembler
4727 CodeStubAssembler::FillFixedArrayWithValue<IntPtrT>(ElementsKind,
4732 template V8_EXPORT_PRIVATE void CodeStubAssembler::FillFixedArrayWithValue<Smi>(
5041 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant<TIndex>(0), in CopyFixedArrayElements()
5043 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, in CopyFixedArrayElements()
5048 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant<TIndex>(0), in CopyFixedArrayElements()
5051 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, in CopyFixedArrayElements()