Searched defs:dstElements (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 166 … JSHandle<TaggedArray>dstElements, uint32_t effectiveLength) in CopyJSArrayToTaggedArray()
|
| D | tagged_array.cpp | 203 … JSHandle<TaggedArray> &dstElements, uint32_t effectiveLength) in CopyTaggedArrayElement()
|
| D | object_factory.h | 358 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(numberOfNodes, spaceType); in ConvertListToArray() local
|
| D | object_factory.cpp | 2631 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(newLength, spaceType); in NewAndCopyTaggedArray() local 2650 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(newLength, spaceType); in NewAndCopyTaggedArraySkipBarrier() local 2665 JSHandle<TaggedArray> dstElements = NewSDictionaryArray(length); in NewAndCopySNameDictionary() local 2679 JSHandle<TaggedArray> dstElements(NewTaggedArray(newLength)); in NewAndCopyJSArrayObject() local 2700 JSHandle<TaggedArray> dstElements(NewTaggedArrayWithoutInit(newLength, spaceType)); in NewAndCopyTaggedArrayByObject() local 2722 JSHandle<MutantTaggedArray> dstElements(NewMutantTaggedArrayWithoutInit(newLength, spaceType)); in NewAndCopyMutantTaggedArrayByObject() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 81 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in Clone() local
|
| D | js_api_vector.cpp | 466 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in Clone() local
|
| D | js_api_bitvector.cpp | 227 …auto dstElements = reinterpret_cast<std::vector<std::bitset<BIT_SET_LENGTH>>*>(dstNp->GetExternalP… in GetBitsByRange() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_arraylist.cpp | 666 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in ConvertToArray() local
|
| D | containers_vector.cpp | 712 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in ConvertToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 488 JSHandle<TaggedArray> dstElements = factory->NewTaggedArray(length); in RuntimeStArraySpread() local
|