Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp445 void BuiltinsArrayBuffer::FastSetTypeData(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, T value) in FastSetTypeData()
811 uint8_t *byteEndOffset, in FastSetValueInBufferForByte()
828 uint8_t *byteEndOffset, in FastSetValueInBufferForUint8Clamped()
845 uint8_t *byteEndOffset, in FastSetValueInBufferForInteger()
873 uint8_t *byteEndOffset, in FastSetValueInBufferForFloat()
895 uint8_t *byteEndOffset, in FastSetValueInBufferForBigInt()
916 … uint32_t byteBeginOffset, uint32_t byteEndOffset, in TryFastSetValueInBuffer()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp825 uint64_t byteEndOffset = std::min(end, arrLen) * elementSize + offset; in FastTypedArrayFill() local