Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp343 GetViewValue(JSThread *thread, const JSHandle<JSTaggedValue> &view, const JSHandle<JSTaggedValue> &requestIndex, const JSHandle<JSTaggedValue> &littleEndian, DataViewType type) GetViewValue() argument
405 SetViewValue(JSThread *thread, const JSHandle<JSTaggedValue> &view, const JSHandle<JSTaggedValue> &requestIndex, const JSHandle<JSTaggedValue> &littleEndian, DataViewType type, const JSHandle<JSTaggedValue> &value) SetViewValue() argument
H A Dbuiltins_arraybuffer.cpp340 GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, bool littleEndian) GetValueFromBuffer() argument
348 GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t *block, DataViewType type, bool littleEndian) GetValueFromBuffer() argument
387 SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, const JSHandle<JSTaggedValue> &value, bool littleEndian) SetValueInBuffer() argument
506 GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForInteger() argument
531 GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForFloat() argument
553 CommonConvert(T1 &value, T2 &res, bool littleEndian) CommonConvert() argument
574 GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForBigInt() argument
621 SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForInteger() argument
649 SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForFloat() argument
670 SetValueInBufferForBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &val, JSHandle<JSTaggedValue> &arrBuf, uint32_t byteIndex, bool littleEndian) SetValueInBufferForBigInt() argument
693 SetValueInBufferForBigInt(JSThread *thread, double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForBigInt() argument
714 FastSetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, double val, bool littleEndian) FastSetValueInBuffer() argument
729 SetValueInBuffer(JSThread* thread, uint32_t byteIndex, uint8_t *block, DataViewType type, double val, bool littleEndian) SetValueInBuffer() 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 3 milliseconds