Searched defs:byteIndex (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.cpp | 211 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local 220 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local 229 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local 247 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local 256 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local 265 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local 280 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local 299 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local 308 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); in GetValueFromBuffer() local
|
| D | stub_builder.cpp | 1155 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetValueWithBarrier() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 318 …BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer() 326 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t… in GetValueFromBuffer() 364 …e BuiltinsArrayBuffer::SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in SetValueInBuffer() 463 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex,… in GetValueFromBufferForInteger() 487 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, b… in GetValueFromBufferForFloat() 530 … uint32_t byteIndex, bool littleEndian) in GetValueFromBufferForBigInt() 545 void BuiltinsArrayBuffer::SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForByte() 560 …uiltinsArrayBuffer::SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForUint8Clamped() 576 void BuiltinsArrayBuffer::SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex… in SetValueInBufferForInteger() 604 void BuiltinsArrayBuffer::SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, … in SetValueInBufferForFloat() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 413 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementGet() local 514 uint32_t byteIndex = index * elementSize + offset; in FastCopyElementToArray() local 550 uint32_t byteIndex = index * elementSize + offset; in FastElementGet() local 591 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementSet() local 662 uint32_t byteIndex = index * elementSize + offset; in FastGetPropertyByIndex() local 699 uint32_t byteIndex = index * elementSize + offset; in FastSetPropertyByIndex() local
|