Home
last modified time | relevance | path

Searched defs:targetArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp1420 …JSStableArray::FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray> &targetArray, in FastCopyFromArrayToTypedArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp272 …meStubs::CopyTypedArrayBuffer(uintptr_t argGlue, JSTypedArray *srcArray, JSTypedArray *targetArray, in CopyTypedArrayBuffer()
3099 …JSHandle<JSTypedArray> targetArray = GetHArg<JSTypedArray>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local