Searched refs:CopyTaggedArrayElement (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_array_test.cpp | 250 HWTEST_F_L0(TaggedArrayTest, CopyTaggedArrayElement) in HWTEST_F_L0() argument 267 … TaggedArray::CopyTaggedArrayElement(thread, srcSemiTaggedarray, dstSemiTaggedarray, ELEMENT_NUMS); in HWTEST_F_L0() 268 TaggedArray::CopyTaggedArrayElement(thread, srcOldTaggedarray, dstOldTaggedarray, ELEMENT_NUMS); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 76 …static inline void CopyTaggedArrayElement(const JSThread *thread, JSHandle<TaggedArray> &srcElemen…
|
| D | tagged_array-inl.h | 218 void TaggedArray::CopyTaggedArrayElement(const JSThread *thread, JSHandle<TaggedArray> &srcElements, in CopyTaggedArrayElement() function
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 678 TaggedArray::CopyTaggedArrayElement(thread, vectorElements, arrayElements, vectorLength); in CopyToArray()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 447 TaggedArray::CopyTaggedArrayElement(thread, srcElements, dstElements, length); in RuntimeStArraySpread()
|