Searched defs:byteBeginOffset (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_typed_array.cpp | 839 uint64_t byteBeginOffset = start * elementSize + offset; in FastTypedArrayFill() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_arraybuffer.cpp | 452 void BuiltinsArrayBuffer::FastSetTypeData(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, T value) in FastSetTypeData() argument 824 void BuiltinsArrayBuffer::FastSetValueInBufferForByte(uint8_t *byteBeginOffset, in FastSetValueInBufferForByte() argument 841 void BuiltinsArrayBuffer::FastSetValueInBufferForUint8Clamped(uint8_t *byteBeginOffset, in FastSetValueInBufferForUint8Clamped() argument 858 FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val, bool littleEndian) FastSetValueInBufferForInteger() argument 886 FastSetValueInBufferForFloat(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val, bool littleEndian) FastSetValueInBufferForFloat() argument 907 FastSetValueInBufferForBigInt(JSThread *thread, uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val, bool littleEndian) FastSetValueInBufferForBigInt() argument 929 TryFastSetValueInBuffer([[maybe_unused]] JSThread *thread, JSTaggedValue arrBuf, uint32_t byteBeginOffset, uint32_t byteEndOffset, DataViewType type, double val, bool littleEndian) TryFastSetValueInBuffer() argument [all...] |
Completed in 5 milliseconds