Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp3214 DEF_CALL_SIGNATURE(CopyTypedArrayBuffer) in DEF_CALL_SIGNATURE() argument
3217 CallSignature CopyTypedArrayBuffer("CopyTypedArrayBuffer", 0, 6, in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp279 void RuntimeStubs::CopyTypedArrayBuffer(uintptr_t argGlue, JSTypedArray *srcArray, JSTypedArray *ta… in CopyTypedArrayBuffer() function in panda::ecmascript::RuntimeStubs