Home
last modified time | relevance | path

Searched defs:srcArray (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h69 const TaggedArray* srcArray, uint32_t count) in Copy()
Dtagged_array.cpp157 void TaggedArray::RemoveElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in RemoveElementByIndex()
180 void TaggedArray::InsertElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in InsertElementByIndex()
/arkcompiler/ets_runtime/ecmascript/tests/
Dbarrier_test.cpp30 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/js_api/
Djs_api_plain_array.cpp79 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()
Djs_api_lightweightset.cpp383 void JSAPILightWeightSet::AdjustArray(JSThread *thread, JSHandle<TaggedArray> srcArray, uint32_t fr… in AdjustArray()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp440 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); in CreateFromTypedArray() local
556 JSHandle<JSTaggedValue> srcArray) in CheckBufferAndType()
623 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); in CreateSharedFromTypedArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp134 coretypes::Array *srcArray = coretypes::Array::Cast(obj->GetCoreType()); in ReconstructStringAsMUtf8() local
160 coretypes::Array *srcArray = coretypes::Array::Cast(obj->GetCoreType()); in ReconstructStringAsUtf16() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp530 JSHandle<TaggedArray> srcArray(thread, lightweightset->GetValues()); in ToArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2190 GateRef srcArray = GetCallArg0(numArgs); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp272 void RuntimeStubs::CopyTypedArrayBuffer(uintptr_t argGlue, JSTypedArray *srcArray, JSTypedArray *ta… in CopyTypedArrayBuffer()