Searched refs:SetTypeData (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_arraybuffer.cpp | 417 void BuiltinsArrayBuffer::SetTypeData(uint8_t *block, T value, uint32_t index) in SetTypeData() function in panda::ecmascript::builtins::BuiltinsArrayBuffer 551 SetTypeData(block, res, byteIndex); in SetValueInBufferForByte() 557 SetTypeData(block, res, byteIndex); in SetValueInBufferForByte() 565 SetTypeData(block, res, byteIndex); in SetValueInBufferForUint8Clamped() 572 SetTypeData(block, res, byteIndex); in SetValueInBufferForUint8Clamped() 583 SetTypeData(block, res, byteIndex); in SetValueInBufferForInteger() 600 SetTypeData(block, res, byteIndex); in SetValueInBufferForInteger() 609 SetTypeData(block, data, byteIndex); in SetValueInBufferForFloat() 621 SetTypeData(block, data, byteIndex); in SetValueInBufferForFloat() 644 SetTypeData(block, value, byteIndex); in SetValueInBufferForBigInt() [all …]
|
D | builtins_arraybuffer.h | 88 static void SetTypeData(uint8_t *block, T value, uint32_t index);
|