Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp448 void BuiltinsArrayBuffer::FastSetTypeData(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, T value) in FastSetTypeData()
818 void BuiltinsArrayBuffer::FastSetValueInBufferForByte(uint8_t *byteBeginOffset, in FastSetValueInBufferForByte()
835 void BuiltinsArrayBuffer::FastSetValueInBufferForUint8Clamped(uint8_t *byteBeginOffset, in FastSetValueInBufferForUint8Clamped()
857 void BuiltinsArrayBuffer::FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, in FastSetValueInBufferForInteger()
885 void BuiltinsArrayBuffer::FastSetValueInBufferForFloat(uint8_t *byteBeginOffset, in FastSetValueInBufferForFloat()
907 uint8_t *byteBeginOffset, in FastSetValueInBufferForBigInt()
929uint32_t byteBeginOffset, uint32_t byteEndOffset, in TryFastSetValueInBuffer()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp839 uint64_t byteBeginOffset = start * elementSize + offset; in FastTypedArrayFill() local