Home
last modified time | relevance | path

Searched refs:UnsafeStoreFixedArrayElement (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-generator-gen.cc244 UnsafeStoreFixedArrayElement(parameters_and_registers, index, value); in TF_BUILTIN()
263 UnsafeStoreFixedArrayElement(parameters_and_registers, index, value); in TF_BUILTIN()
303 UnsafeStoreFixedArrayElement(parameters_and_registers, index, in TF_BUILTIN()
Dbuiltins-regexp-gen.cc250 UnsafeStoreFixedArrayElement(result_elements, 0, first); in ConstructNewResultFromMatchInfo()
283 UnsafeStoreFixedArrayElement(result_elements, to_cursor, capture); in ConstructNewResultFromMatchInfo()
687 UnsafeStoreFixedArrayElement( in RegExpExecInternal()
689 UnsafeStoreFixedArrayElement(match_info, RegExpMatchInfo::kLastSubjectIndex, in RegExpExecInternal()
691 UnsafeStoreFixedArrayElement(match_info, RegExpMatchInfo::kLastInputIndex, in RegExpExecInternal()
982 UnsafeStoreFixedArrayElement(match_info, in TF_BUILTIN()
985 UnsafeStoreFixedArrayElement(match_info, RegExpMatchInfo::kLastSubjectIndex, in TF_BUILTIN()
987 UnsafeStoreFixedArrayElement(match_info, RegExpMatchInfo::kLastInputIndex, in TF_BUILTIN()
989 UnsafeStoreFixedArrayElement( in TF_BUILTIN()
991 UnsafeStoreFixedArrayElement( in TF_BUILTIN()
[all …]
Dgrowable-fixed-array-gen.cc30 UnsafeStoreFixedArrayElement(array, length, value); in Push()
Dbuiltins-collections-gen.cc1732 UnsafeStoreFixedArrayElement( in StoreOrderedHashMapNewEntry()
1735 UnsafeStoreFixedArrayElement( in StoreOrderedHashMapNewEntry()
1739 UnsafeStoreFixedArrayElement( in StoreOrderedHashMapNewEntry()
1745 UnsafeStoreFixedArrayElement( in StoreOrderedHashMapNewEntry()
1904 UnsafeStoreFixedArrayElement( in StoreOrderedHashSetNewEntry()
1907 UnsafeStoreFixedArrayElement( in StoreOrderedHashSetNewEntry()
1913 UnsafeStoreFixedArrayElement( in StoreOrderedHashSetNewEntry()
2496 UnsafeStoreFixedArrayElement(table, key_index, key, in AddEntry()
2498 UnsafeStoreFixedArrayElement(table, value_index, value); in AddEntry()
2501 UnsafeStoreFixedArrayElement(table, in AddEntry()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1760 void UnsafeStoreFixedArrayElement(
1767 void UnsafeStoreFixedArrayElement(TNode<FixedArray> object, int index, in UnsafeStoreFixedArrayElement() function
1774 void UnsafeStoreFixedArrayElement(
1782 void UnsafeStoreFixedArrayElement(TNode<FixedArray> array, in UnsafeStoreFixedArrayElement() function
Dcode-stub-assembler.cc3737 UnsafeStoreFixedArrayElement(table, CollectionType::NumberOfElementsIndex(), in AllocateOrderedHashTableWithCapacity()
3739 UnsafeStoreFixedArrayElement(table, in AllocateOrderedHashTableWithCapacity()
3742 UnsafeStoreFixedArrayElement(table, CollectionType::NumberOfBucketsIndex(), in AllocateOrderedHashTableWithCapacity()
3764 UnsafeStoreFixedArrayElement(table, in AllocateOrderedHashTableWithCapacity()
3771 UnsafeStoreFixedArrayElement(table, const_data_table_start_index + i, in AllocateOrderedHashTableWithCapacity()