Searched refs:SetTypeData (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 438 void BuiltinsArrayBuffer::SetTypeData(uint8_t *block, T value, uint32_t index) in SetTypeData() function in panda::ecmascript::builtins::BuiltinsArrayBuffer 593 SetTypeData(block, res, byteIndex); in SetValueInBufferForByte() 599 SetTypeData(block, res, byteIndex); in SetValueInBufferForByte() 613 SetTypeData(block, res, byteIndex); in SetValueInBufferForUint8Clamped() 624 SetTypeData(block, res, byteIndex); in SetValueInBufferForInteger() 641 SetTypeData(block, res, byteIndex); in SetValueInBufferForInteger() 650 SetTypeData(block, data, byteIndex); in SetValueInBufferForFloat() 662 SetTypeData(block, data, byteIndex); in SetValueInBufferForFloat() 685 SetTypeData(block, value, byteIndex); in SetValueInBufferForBigInt() 707 SetTypeData(block, value, byteIndex); in SetValueInBufferForBigInt()
|
| D | builtins_arraybuffer.h | 133 static void SetTypeData(uint8_t *block, T value, uint32_t index);
|