Searched defs:byteEndOffset (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_typed_array.cpp | 840 uint64_t byteEndOffset = std::min(end, arrLen) * 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 FastSetValueInBufferForByte(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val) FastSetValueInBufferForByte() argument 841 FastSetValueInBufferForUint8Clamped(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val) 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