Searched refs:FillFixedArrayWithValue (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-shadowrealm-gen.cc | 187 FillFixedArrayWithValue(ElementsKind::PACKED_ELEMENTS, wrapped_args, in TF_BUILTIN()
|
| D | builtins-async-function-gen.cc | 101 FillFixedArrayWithValue(HOLEY_ELEMENTS, parameters_and_registers, in TF_BUILTIN()
|
| D | builtins-object-gen.cc | 264 FillFixedArrayWithValue(PACKED_ELEMENTS, values_or_entries, in FastGetOwnValuesOrEntries() 1260 FillFixedArrayWithValue(HOLEY_ELEMENTS, parameters_and_registers, in TF_BUILTIN()
|
| D | builtins-string-gen.cc | 1309 FillFixedArrayWithValue(PACKED_ELEMENTS, elements, IntPtrConstant(0), in StringToArray()
|
| D | builtins-regexp-gen.cc | 184 FillFixedArrayWithValue(elements_kind, var_elements.value(), IntPtrZero(), in AllocateRegExpResult()
|
| D | builtins-collections-gen.cc | 2530 FillFixedArrayWithValue(HOLEY_ELEMENTS, table, start, length, in AllocateTable()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 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() [all …]
|
| D | code-stub-assembler.h | 2063 FillFixedArrayWithValue(PACKED_ELEMENTS, result, IntPtrConstant(0), in AllocateFixedArrayWithHoles() 2072 FillFixedArrayWithValue(PACKED_DOUBLE_ELEMENTS, result, IntPtrConstant(0), in AllocateFixedDoubleArrayWithHoles() 2097 void FillFixedArrayWithValue(ElementsKind kind, TNode<FixedArrayBase> array,
|