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.cpp407 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in CreateFromTypedArray() local
590 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1218 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in Set() local
Dbuiltins_typedarray.cpp1345 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp234 uint32_t srcElementSize = base::TypedArrayHelper::GetElementSize(srcType); in CopyTypedArrayBuffer() local