Searched refs:FastCopyFromArrayToTypedArray (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.h | 73 void FastCopyFromArrayToTypedArray(GateRef glue, GateRef array, Variable *result,
|
| D | builtins_typedarray_stub_builder.cpp | 3468 …FastCopyFromArrayToTypedArray(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/ |
| D | js_stable_array.h | 97 …static JSTaggedValue FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray> &targe…
|
| D | js_stable_array.cpp | 1428 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/ |
| D | runtime_stub_list.h | 416 V(FastCopyFromArrayToTypedArray) \
|
| D | runtime_stubs.cpp | 3215 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/ |
| D | typed_array_helper.cpp | 324 JSStableArray::FastCopyFromArrayToTypedArray<typedArrayKind>( in FastCopyElementFromArray()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 1143 return JSStableArray::FastCopyFromArrayToTypedArray<TypedArrayKind::SHARED>( in Set()
|
| D | builtins_typedarray.cpp | 1220 return JSStableArray::FastCopyFromArrayToTypedArray(thread, targetObj, targetType, in Set()
|