Home
last modified time | relevance | path

Searched defs:byteEndOffset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.cpp840 uint64_t byteEndOffset = std::min(end, arrLen) * elementSize + offset; in FastTypedArrayFill() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.cpp452 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 4 milliseconds