Home
last modified time | relevance | path

Searched defs:byteEndOffset (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp449 void BuiltinsArrayBuffer::FastSetTypeData(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, T value) in FastSetTypeData()
822 uint8_t *byteEndOffset, in FastSetValueInBufferForByte()
839 uint8_t *byteEndOffset, in FastSetValueInBufferForUint8Clamped()
856 uint8_t *byteEndOffset, in FastSetValueInBufferForInteger()
884 uint8_t *byteEndOffset, in FastSetValueInBufferForFloat()
906 uint8_t *byteEndOffset, in FastSetValueInBufferForBigInt()
927 … uint32_t byteBeginOffset, uint32_t byteEndOffset, in TryFastSetValueInBuffer()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp820 uint64_t byteEndOffset = std::min(end, arrLen) * elementSize + offset; in FastTypedArrayFill() local