Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h73 void FastCopyFromArrayToTypedArray(GateRef glue, GateRef array, Variable *result,
Dbuiltins_typedarray_stub_builder.cpp3439FastCopyFromArrayToTypedArray(glue, array, result, Int32(0), len, &check, slowPath, arrayType, tru… in FastCopyElementFromArray()
3450 void BuiltinsTypedArrayStubBuilder::FastCopyFromArrayToTypedArray(GateRef glue, GateRef array, Vari… in FastCopyFromArrayToTypedArray() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
3456 CallRuntime(glue, RTSTUB_ID(FastCopyFromArrayToTypedArray), in FastCopyFromArrayToTypedArray()
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h97 …static JSTaggedValue FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray> &targe…
Djs_stable_array.cpp1412 template JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::SHARED>(
1415 template JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::NON_SHARED>(
1420 JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray>… in FastCopyFromArrayToTypedArray() function in panda::ecmascript::JSStableArray
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h487 V(FastCopyFromArrayToTypedArray) \
Druntime_stubs.cpp3096 DEF_RUNTIME_STUBS(FastCopyFromArrayToTypedArray) in DEF_RUNTIME_STUBS() argument
3098 RUNTIME_STUBS_HEADER(FastCopyFromArrayToTypedArray); in DEF_RUNTIME_STUBS()
3102 return JSStableArray::FastCopyFromArrayToTypedArray(thread, targetArray, in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp325 JSStableArray::FastCopyFromArrayToTypedArray<typedArrayKind>( in FastCopyElementFromArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1143 return JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::SHARED>( in Set()
Dbuiltins_typedarray.cpp1246 return JSStableArray::FastCopyFromArrayToTypedArray(thread, targetObj, targetType, in Set()