Home
last modified time | relevance | path

Searched refs:FillFixedArrayWithValue (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc853 FillFixedArrayWithValue(PACKED_ELEMENTS, new_queue, new_num_tasks, in TF_BUILTIN()
867 FillFixedArrayWithValue(PACKED_ELEMENTS, new_queue, new_num_tasks, in TF_BUILTIN()
Dbuiltins-object-gen.cc305 FillFixedArrayWithValue(PACKED_ELEMENTS, values_or_entries, in FastGetOwnValuesOrEntries()
1478 FillFixedArrayWithValue(HOLEY_ELEMENTS, parameters_and_registers, in TF_BUILTIN()
Dbuiltins-collections-gen.cc2078 FillFixedArrayWithValue(HOLEY_ELEMENTS, table, start, length, in AllocateTable()
Dbuiltins-string-gen.cc1878 FillFixedArrayWithValue(PACKED_ELEMENTS, elements, IntPtrConstant(0), in StringToArray()
Dbuiltins-regexp-gen.cc89 FillFixedArrayWithValue(elements_kind, elements, IntPtrZero(), length_intptr, in AllocateRegExpResult()
/external/v8/src/
Dcode-stub-assembler.cc3890 FillFixedArrayWithValue(kind, elements, in AllocateJSArray()
3919 FillFixedArrayWithValue(kind, elements, in AllocateJSArray()
4207 void CodeStubAssembler::FillFixedArrayWithValue( in FillFixedArrayWithValue() function in v8::internal::CodeStubAssembler
4314 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant(0, mode), in CopyFixedArrayElements()
4317 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, in CopyFixedArrayElements()
Dcode-stub-assembler.h1446 void FillFixedArrayWithValue(ElementsKind kind, Node* array, Node* from_index,