Home
last modified time | relevance | path

Searched defs:byteBeginOffset (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()
810 void BuiltinsArrayBuffer::FastSetValueInBufferForByte(uint8_t *byteBeginOffset, in FastSetValueInBufferForByte()
827 void BuiltinsArrayBuffer::FastSetValueInBufferForUint8Clamped(uint8_t *byteBeginOffset, in FastSetValueInBufferForUint8Clamped()
844 void BuiltinsArrayBuffer::FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, in FastSetValueInBufferForInteger()
872 void BuiltinsArrayBuffer::FastSetValueInBufferForFloat(uint8_t *byteBeginOffset, in FastSetValueInBufferForFloat()
894 uint8_t *byteBeginOffset, in FastSetValueInBufferForBigInt()
916uint32_t byteBeginOffset, uint32_t byteEndOffset, in TryFastSetValueInBuffer()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp824 uint64_t byteBeginOffset = start * elementSize + offset; in FastTypedArrayFill() local