Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1143 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in Set() local
1248 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset) * targetElementSize + targetByteOff… in Set() local
1411 uint32_t targetByteIndex = JSTypedArray::Cast(*newArrObj)->GetByteOffset(); in Slice() local
Dbuiltins_typedarray.cpp1274 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in Set() local
1374 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset) * targetElementSize + targetByteOff… in Set() local
1527 uint32_t targetByteIndex = JSTypedArray::Cast(*newArrObj)->GetByteOffset(); in Slice() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp450 uint32_t targetByteIndex = 0; in CreateFromTypedArray() local
619 uint32_t targetByteIndex = 0; in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp1293 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in FastCopyFromArrayToTypedArray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp242 uint32_t targetByteIndex = uTarStartPos * srcElementSize + targetArray->GetByteOffset(); in CopyTypedArrayBuffer() local