Searched defs:dstElements (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 175 … JSHandle<TaggedArray>dstElements, uint32_t effectiveLength) in CopyJSArrayToTaggedArray()
|
| D | tagged_array.cpp | 187 … JSHandle<TaggedArray> &dstElements, uint32_t effectiveLength) in CopyTaggedArrayElement()
|
| D | object_factory.h | 379 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(numberOfNodes, spaceType); in ConvertListToArray() local
|
| D | object_factory.cpp | 2897 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(newLength, spaceType); in NewAndCopyTaggedArray() local 2914 JSHandle<TaggedArray> dstElements = NewTaggedArrayWithoutInit(newLength, spaceType); in NewAndCopyTaggedArraySkipBarrier() local 2927 JSHandle<TaggedArray> dstElements = NewSDictionaryArray(length); in NewAndCopySNameDictionary() local 2941 JSHandle<TaggedArray> dstElements(NewTaggedArray(newLength)); in NewAndCopyJSArrayObject() local 2962 JSHandle<TaggedArray> dstElements(NewTaggedArrayWithoutInit(newLength, spaceType)); in NewAndCopyTaggedArrayByObject() local 2984 JSHandle<MutantTaggedArray> dstElements(NewMutantTaggedArrayWithoutInit(newLength, spaceType)); in NewAndCopyMutantTaggedArrayByObject() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_vector.cpp | 463 JSHandle<TaggedArray> dstElements = factory->NewAndCopyTaggedArray(srcElements, length, length); in Clone() local
|
| D | js_api_arraylist.cpp | 81 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_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/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 980 GateRef dstElements = GetElementsArray(glue, newArray); in FastToSpliced() local 2178 GateRef dstElements = GetElementsArray(glue, newArray); in FastArrayWith() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 517 JSHandle<TaggedArray> dstElements = factory->NewTaggedArray(length); in RuntimeStArraySpread() local
|