| /third_party/node/deps/v8/src/objects/ |
| D | fixed-array.tq | 56 extern operator '.objects[]=' macro StoreFixedArrayElement( 58 extern operator '.objects[]=' macro StoreFixedArrayElement( 60 extern operator '.objects[]=' macro StoreFixedArrayElement( 62 extern operator '.objects[]=' macro StoreFixedArrayElement( 64 extern operator '.objects[]=' macro StoreFixedArrayElement( 66 extern operator '.objects[]=' macro StoreFixedArrayElement( 68 extern operator '.objects[]=' macro StoreFixedArrayElement( 70 extern macro StoreFixedArrayElement( 72 extern macro StoreFixedArrayElement( 74 extern macro StoreFixedArrayElement( [all …]
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-shadowrealm-gen.cc | 196 StoreFixedArrayElement(wrapped_args, 0, wrapped_receiver); in TF_BUILTIN() 207 StoreFixedArrayElement( in TF_BUILTIN()
|
| D | builtins-collections-gen.cc | 1660 StoreFixedArrayElement(table, entry_start_position_or_hash.value(), value, in TF_BUILTIN() 1779 StoreFixedArrayElement(table, entry_start_position_or_hash.value(), in TF_BUILTIN() 1782 StoreFixedArrayElement(table, entry_start_position_or_hash.value(), in TF_BUILTIN() 1947 StoreFixedArrayElement(table, entry_start_position_or_hash.value(), in TF_BUILTIN() 2521 StoreFixedArrayElement(table, EphemeronHashTable::kNumberOfElementsIndex, in AllocateTable() 2523 StoreFixedArrayElement(table, in AllocateTable() 2526 StoreFixedArrayElement(table, EphemeronHashTable::kCapacityIndex, in AllocateTable() 2665 StoreFixedArrayElement(table, key_index, TheHoleConstant()); in RemoveEntry() 2666 StoreFixedArrayElement(table, value_index, TheHoleConstant()); in RemoveEntry() 2670 StoreFixedArrayElement(table, EphemeronHashTable::kNumberOfElementsIndex, in RemoveEntry() [all …]
|
| D | array-reverse.tq | 36 StoreFixedArrayElement(elems, index, value);
|
| D | array-slice.tq | 71 StoreFixedArrayElement(
|
| D | builtins-object-gen.cc | 324 StoreFixedArrayElement(CAST(elements), 0, next_key, SKIP_WRITE_BARRIER); in FastGetOwnValuesOrEntries() 325 StoreFixedArrayElement(CAST(elements), 1, value, SKIP_WRITE_BARRIER); in FastGetOwnValuesOrEntries() 329 StoreFixedArrayElement(values_or_entries, var_result_index.value(), in FastGetOwnValuesOrEntries()
|
| D | builtins-string-gen.cc | 1299 StoreFixedArrayElement(elements, index, entry); in StringToArray() 1387 StoreFixedArrayElement(fixed_array, 0, subject_string); in TF_BUILTIN()
|
| D | wasm.tq | 225 StoreFixedArrayElement(entries, entryIndex, value);
|
| D | builtins-internal-gen.cc | 610 StoreFixedArrayElement(properties, key_index, filler, SKIP_WRITE_BARRIER); in DictionarySpecificDelete()
|
| D | builtins-array-gen.cc | 317 StoreFixedArrayElement(elements_known_fixed_array, new_length, in TF_BUILTIN()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.h | 1714 void StoreFixedArrayElement( 1718 return StoreFixedArrayElement(object, IntPtrConstant(index), value, 1722 void StoreFixedArrayElement(TNode<FixedArray> object, int index, 1725 return StoreFixedArrayElement(object, IntPtrConstant(index), 1731 void StoreFixedArrayElement( 1749 void StoreFixedArrayElement(TNode<FixedArray> array, TNode<TIndex> index, 1754 StoreFixedArrayElement(array, index, TNode<Object>{value}, 1763 return StoreFixedArrayElement(object, IntPtrConstant(index), value, 1769 return StoreFixedArrayElement(object, IntPtrConstant(index), value, in UnsafeStoreFixedArrayElement() 1778 return StoreFixedArrayElement(array, index, value, barrier_mode, [all …]
|
| D | code-stub-assembler.cc | 3646 StoreFixedArrayElement(result, NameDictionary::kNumberOfElementsIndex, zero, in AllocateNameDictionaryWithCapacity() 3648 StoreFixedArrayElement(result, in AllocateNameDictionaryWithCapacity() 3651 StoreFixedArrayElement(result, NameDictionary::kCapacityIndex, in AllocateNameDictionaryWithCapacity() 3654 StoreFixedArrayElement(result, NameDictionary::kNextEnumerationIndexIndex, in AllocateNameDictionaryWithCapacity() 3657 StoreFixedArrayElement(result, NameDictionary::kObjectHashIndex, in AllocateNameDictionaryWithCapacity() 3820 StoreFixedArrayElement(table, OrderedNameDictionary::PrefixIndex(), in AllocateOrderedNameDictionary() 7097 StoreFixedArrayElement(cache, code_index, result); in StringFromSingleCharCode() 7382 StoreFixedArrayElement(number_string_cache, entry_index, in NumberToString() 7384 StoreFixedArrayElement(number_string_cache, in NumberToString() 8370 StoreFixedArrayElement(container, key_index, details, kKeyToDetailsOffset); in StoreDetailsByKeyIndex() [all …]
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | interpreter-assembler.cc | 1468 StoreFixedArrayElement(array, index, value); in ExportParametersAndRegisterFile() 1496 StoreFixedArrayElement(array, array_index, value); in ExportParametersAndRegisterFile() 1539 StoreFixedArrayElement(array, array_index, StaleRegisterConstant()); in ImportRegisterFile()
|
| /third_party/node/deps/v8/third_party/v8/builtins/ |
| D | array-sort.tq | 279 StoreFixedArrayElement(elements, index, value);
|
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.cc | 402 Node* StoreFixedArrayElement(Node* array, int index, Node* value, in StoreFixedArrayElement() function in v8::internal::compiler::WasmGraphAssembler 410 return StoreFixedArrayElement( in StoreFixedArrayElementSmi() 416 return StoreFixedArrayElement( in StoreFixedArrayElementAny()
|