Home
last modified time | relevance | path

Searched refs:FastSetValueInBufferForInteger (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp825 void BuiltinsArrayBuffer::FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, in FastSetValueInBufferForInteger() function in panda::ecmascript::builtins::BuiltinsArrayBuffer
913 FastSetValueInBufferForInteger<uint16_t>(beginPointer, endPointer, val, littleEndian); in TryFastSetValueInBuffer()
916 FastSetValueInBufferForInteger<int16_t>(beginPointer, endPointer, val, littleEndian); in TryFastSetValueInBuffer()
919 FastSetValueInBufferForInteger<uint32_t>(beginPointer, endPointer, val, littleEndian); in TryFastSetValueInBuffer()
922 FastSetValueInBufferForInteger<int32_t>(beginPointer, endPointer, val, littleEndian); in TryFastSetValueInBuffer()
Dbuiltins_arraybuffer.h86 static void FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, uint8_t *byteEndOffset,