Searched defs:dstElements (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 174 … JSHandle<TaggedArray>dstElements, uint32_t effectiveLength) in CopyJSArrayToTaggedArray()
|
| D | tagged_array.cpp | 194 … 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 | 2830 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(newLength, spaceType); in NewAndCopyTaggedArray() local 2847 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(newLength, spaceType); in NewAndCopyTaggedArraySkipBarrier() local 2860 JSHandle<TaggedArray> dstElements = NewSDictionaryArray(length); in NewAndCopySNameDictionary() local 2874 JSHandle<TaggedArray> dstElements(NewTaggedArray(newLength)); in NewAndCopyJSArrayObject() local 2895 JSHandle<TaggedArray> dstElements(NewTaggedArrayWithoutInit(newLength, spaceType)); in NewAndCopyTaggedArrayByObject() local 2917 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 | 463 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in Clone() local
|
| D | js_api_bitvector.cpp | 217 …auto dstElements = reinterpret_cast<std::vector<std::bitset<BIT_SET_LENGTH>>*>(dstNp->GetExternalP… in GetBitsByRange() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 712 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in ConvertToArray() local
|
| D | containers_arraylist.cpp | 670 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in ConvertToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 975 GateRef dstElements = GetElementsArray(newArray); in FastToSpliced() local 2170 GateRef dstElements = GetElementsArray(newArray); in FastArrayWith() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 516 JSHandle<TaggedArray> dstElements = factory->NewTaggedArray(length); in RuntimeStArraySpread() local
|