H A D | builtins_arraybuffer.cpp | 340 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer() argument 348 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t *block, in 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 574 GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForBigInt() argument 591 SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) SetValueInBufferForByte() argument 606 SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) SetValueInBufferForUint8Clamped() 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 812 uint32_t byteIndex = index * elementSize + offset; TypedArrayToList() local [all...] |
H A D | builtins_typedarray_stub_builder.cpp | 274 GateRef byteIndex = Int32Add(index, offset);
in GetValueFromBuffer() local 283 GateRef byteIndex = Int32Add(index, offset);
in GetValueFromBuffer() local 292 GateRef byteIndex = Int32Add(index, offset);
in GetValueFromBuffer() local 310 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset);
in GetValueFromBuffer() local 319 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset);
in GetValueFromBuffer() local 328 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); GetValueFromBuffer() local 343 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); GetValueFromBuffer() local 362 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); GetValueFromBuffer() local 371 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); GetValueFromBuffer() local 2876 GateRef byteIndex = Int32Add(index, offset); SetValueToBuffer() local 2882 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local 2889 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local 2898 GateRef byteIndex = Int32Add(index, offset); SetValueToBuffer() local 2904 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local 2911 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local 2920 GateRef byteIndex = Int32Add(index, offset); SetValueToBuffer() local 2926 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local 2933 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local 2952 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); SetValueToBuffer() local 2958 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local 2965 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local 2974 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); SetValueToBuffer() local 2980 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local 2987 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local 2996 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); SetValueToBuffer() local 3002 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local 3008 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local 3022 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); SetValueToBuffer() local 3028 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local 3034 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local 3043 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); SetValueToBuffer() local 3049 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local 3055 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local 3064 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); SetValueToBuffer() local 3070 Store(VariableType::INT64(), glue, block, byteIndex, val); SetValueToBuffer() local 3076 Store(VariableType::INT64(), glue, block, byteIndex, val); SetValueToBuffer() local [all...] |