| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_TypedArrays.cpp | 111 static void EtsEscompatTypedArraySetValuesImpl(T *thisArray, T *srcArray, EtsInt pos) in EtsEscompatTypedArraySetValuesImpl() 136 ark::ets::EtsEscompatInt8Array *srcArray) in EtsEscompatInt8ArraySetValues() 142 … ark::ets::EtsEscompatInt8Array *srcArray, EtsDouble pos) in EtsEscompatInt8ArraySetValuesWithOffset() 189 ark::ets::EtsEscompatInt16Array *srcArray) in EtsEscompatInt16ArraySetValues() 195 … ark::ets::EtsEscompatInt16Array *srcArray, EtsDouble pos) in EtsEscompatInt16ArraySetValuesWithOffset() 222 ark::ets::EtsEscompatInt32Array *srcArray) in EtsEscompatInt32ArraySetValues() 228 … ark::ets::EtsEscompatInt32Array *srcArray, EtsDouble pos) in EtsEscompatInt32ArraySetValuesWithOffset() 255 ark::ets::EtsEscompatBigInt64Array *srcArray) in EtsEscompatBigInt64ArraySetValues() 261 … ark::ets::EtsEscompatBigInt64Array *srcArray, EtsDouble pos) in EtsEscompatBigInt64ArraySetValuesWithOffset() 288 ark::ets::EtsEscompatFloat32Array *srcArray) in EtsEscompatFloat32ArraySetValues() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | barrier_test.cpp | 30 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local 66 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local 109 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local 156 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local 197 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local 251 JSHandle<TaggedArray> srcArray = factory->NewOldSpaceTaggedArray(arrayLength); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array-inl.h | 60 const TaggedArray* srcArray, uint32_t count) in Copy()
|
| D | tagged_array.cpp | 150 void TaggedArray::RemoveElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in RemoveElementByIndex() 173 void TaggedArray::InsertElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in InsertElementByIndex()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 439 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); in CreateFromTypedArray() local 555 JSHandle<JSTaggedValue> srcArray) in CheckBufferAndType() 622 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); in CreateSharedFromTypedArray() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_plain_array.cpp | 79 void JSAPIPlainArray::AdjustPrimitiveArray(TaggedArray *srcArray, int32_t fromIndex, int32_t toInde… in AdjustPrimitiveArray() 98 void JSAPIPlainArray::AdjustArray(JSThread *thread, TaggedArray *srcArray, int32_t fromIndex, in AdjustArray()
|
| D | js_api_lightweightset.cpp | 384 void JSAPILightWeightSet::AdjustArray(JSThread *thread, JSHandle<TaggedArray> srcArray, uint32_t fr… in AdjustArray()
|
| D | js_api_buffer.cpp | 920 auto srcArray = GetUInt8ArrayFromBufferObject(thread, srcObj); in WriteBufferObjectLoop() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string_builder.cpp | 140 coretypes::Array *srcArray = coretypes::Array::Cast(obj->GetCoreType()); in ReconstructStringAsMUtf8() local 166 coretypes::Array *srcArray = coretypes::Array::Cast(obj->GetCoreType()); in ReconstructStringAsUtf16() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_lightweightset.cpp | 531 JSHandle<TaggedArray> srcArray(thread, lightweightset->GetValues(thread)); in ToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 2198 GateRef srcArray = GetCallArg0(numArgs); in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 279 void RuntimeStubs::CopyTypedArrayBuffer(uintptr_t argGlue, JSTypedArray *srcArray, JSTypedArray *ta… in CopyTypedArrayBuffer()
|