Home
last modified time | relevance | path

Searched defs:targetByteIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp271 uint32_t targetByteIndex = 0; in CreateFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1098 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in Set() local
1197 uint32_t targetByteIndex = targetOffset * targetElementSize + targetByteOffset; in Set() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp680 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in FastCopyFromArrayToTypedArray() local