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.cpp456 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in CreateFromTypedArray() local
639 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.cpp1318 uint32_t srcElementSize = TypedArrayHelper::GetSizeFromType(srcType); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp289 uint32_t srcElementSize = base::TypedArrayHelper::GetElementSize(srcType); in CopyTypedArrayBuffer() local