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.cpp3468FastCopyFromArrayToTypedArray(glue, array, result, Int32(0), len, &check, slowPath, arrayType, tru… in FastCopyElementFromArray()
3479 void BuiltinsTypedArrayStubBuilder::FastCopyFromArrayToTypedArray(GateRef glue, GateRef array, Vari… in FastCopyFromArrayToTypedArray() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
3485 … CallRuntimeWithGlobalEnv(glue, GetCurrentGlobalEnv(), RTSTUB_ID(FastCopyFromArrayToTypedArray), in FastCopyFromArrayToTypedArray()
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h97 …static JSTaggedValue FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray> &targe…
Djs_stable_array.cpp1428 template JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::SHARED>(
1431 template JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::NON_SHARED>(
1436 JSTaggedValue JSStableArray::FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray>… in FastCopyFromArrayToTypedArray() function in panda::ecmascript::JSStableArray
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h416 V(FastCopyFromArrayToTypedArray) \
Druntime_stubs.cpp3215 DEF_RUNTIME_STUBS(FastCopyFromArrayToTypedArray) in DEF_RUNTIME_STUBS() argument
3217 RUNTIME_STUBS_HEADER(FastCopyFromArrayToTypedArray); in DEF_RUNTIME_STUBS()
3221 return JSStableArray::FastCopyFromArrayToTypedArray(thread, targetArray, in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp324 JSStableArray::FastCopyFromArrayToTypedArray<typedArrayKind>( in FastCopyElementFromArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1143 return JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::SHARED>( in Set()
Dbuiltins_typedarray.cpp1220 return JSStableArray::FastCopyFromArrayToTypedArray(thread, targetObj, targetType, in Set()