Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h75 …static JSTaggedValue FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray> &targe…
Djs_stable_array.cpp1268 template JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::SHARED>(
1271 template JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::NON_SHARED>(
1276 JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray>… in FastCopyFromArrayToTypedArray() function in panda::ecmascript::JSStableArray
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp275 JSStableArray::FastCopyFromArrayToTypedArray<typedArrayKind>( in FastCopyElementFromArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1116 return JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::SHARED>( in Set()
Dbuiltins_typedarray.cpp1247 return JSStableArray::FastCopyFromArrayToTypedArray(thread, targetObj, targetType, in Set()