Searched defs:dstElements (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_array.cpp | 193 CopyTaggedArrayElement(const JSThread *thread, JSHandle<TaggedArray> &srcElements, JSHandle<TaggedArray> &dstElements, uint32_t effectiveLength) CopyTaggedArrayElement() argument
|
| H A D | object_factory.cpp | 2652 JSHandle<TaggedArray> dstElements = NewSDictionaryArray(length); NewAndCopySNameDictionary() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_arraylist.cpp | 666 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in ConvertToArray() local
|
| H A D | containers_vector.cpp | 712 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in ConvertToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_bitvector.cpp | 217 auto dstElements = reinterpret_cast<std::vector<std::bitset<BIT_SET_LENGTH>>*>(dstNp->GetExternalPointer()); in GetBitsByRange() local
|
| H A D | js_api_arraylist.cpp | 81 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in Clone() local
|
| H A D | js_api_vector.cpp | 463 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in Clone() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 513 JSHandle<TaggedArray> dstElements = factory->NewTaggedArray(length); in RuntimeStArraySpread() local
|
Completed in 20 milliseconds