Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1166 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in Set() local
1266 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset) * targetElementSize + targetByteOff… in Set() local
1415 uint32_t targetByteIndex = JSTypedArray::Cast(*newArrObj)->GetByteOffset(); in Slice() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp274 uint32_t targetByteIndex = 0; in CreateFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp888 …uint32_t targetByteIndex = static_cast<uint32_t>(targetOffset * targetElementSize + targetByteOffs… in FastCopyFromArrayToTypedArray() local