Home
last modified time | relevance | path

Searched refs:CopyTaggedArrayElement (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp250 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/
Dtagged_array.h76 …static inline void CopyTaggedArrayElement(const JSThread *thread, JSHandle<TaggedArray> &srcElemen…
Dtagged_array-inl.h218 void TaggedArray::CopyTaggedArrayElement(const JSThread *thread, JSHandle<TaggedArray> &srcElements, in CopyTaggedArrayElement() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp678 TaggedArray::CopyTaggedArrayElement(thread, vectorElements, arrayElements, vectorLength); in CopyToArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h447 TaggedArray::CopyTaggedArrayElement(thread, srcElements, dstElements, length); in RuntimeStArraySpread()