Home
last modified time | relevance | path

Searched defs:srcElementSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp457 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in CreateFromTypedArray() local
640 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1245 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in Set() local
Dbuiltins_typedarray.cpp1344 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp282 uint32_t srcElementSize = base::TypedArrayHelper::GetElementSize(srcType); in CopyTypedArrayBuffer() local