Home
last modified time | relevance | path

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

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