Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1170 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in Set() local
1275 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset) * targetElementSize + targetByteOff… in Set() local
1438 uint32_t targetByteIndex = JSTypedArray::Cast(*newArrObj)->GetByteOffset(); in Slice() local
Dbuiltins_typedarray.cpp1247 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in Set() local
1347 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset) * targetElementSize + targetByteOff… in Set() local
1502 uint32_t targetByteIndex = JSTypedArray::Cast(*newArrObj)->GetByteOffset(); in Slice() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp499 uint32_t targetByteIndex = 0; in CreateFromTypedArray() local
668 uint32_t targetByteIndex = 0; in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp3508 GateRef targetByteIndex; in FastCopyFromArrayToTypedArray() local
3528 GateRef buffer, GateRef targetByteIndex, const DataViewType arrayType, bool getWithKind) in CopyElementsToArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp1453 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in FastCopyFromArrayToTypedArray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp298 uint32_t targetByteIndex = uTarStartPos * srcElementSize + targetArray->GetByteOffset(); in CopyTypedArrayBuffer() local