Home
last modified time | relevance | path

Searched refs:FastCopyFromArrayToTypedArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h56 …static JSTaggedValue FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray> &targe…
Djs_stable_array.cpp663 JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray>… in FastCopyFromArrayToTypedArray() function in panda::ecmascript::JSStableArray
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp104 JSStableArray::FastCopyFromArrayToTypedArray(thread, targetObj, arrayType, 0, len, elements); in FastCopyElementFromArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1071 return JSStableArray::FastCopyFromArrayToTypedArray(thread, targetObj, targetType, in Set()