Home
last modified time | relevance | path

Searched defs:byteBeginOffset (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()
821 void BuiltinsArrayBuffer::FastSetValueInBufferForByte(uint8_t *byteBeginOffset, in FastSetValueInBufferForByte()
838 void BuiltinsArrayBuffer::FastSetValueInBufferForUint8Clamped(uint8_t *byteBeginOffset, in FastSetValueInBufferForUint8Clamped()
855 void BuiltinsArrayBuffer::FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, in FastSetValueInBufferForInteger()
883 void BuiltinsArrayBuffer::FastSetValueInBufferForFloat(uint8_t *byteBeginOffset, in FastSetValueInBufferForFloat()
905 uint8_t *byteBeginOffset, in FastSetValueInBufferForBigInt()
927uint32_t byteBeginOffset, uint32_t byteEndOffset, in TryFastSetValueInBuffer()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp819 uint64_t byteBeginOffset = start * elementSize + offset; in FastTypedArrayFill() local