Searched defs:byteIndex (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 336 …BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer() 344 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t… in GetValueFromBuffer() 383 …e BuiltinsArrayBuffer::SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in SetValueInBuffer() 502 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex,… in GetValueFromBufferForInteger() 527 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, b… in GetValueFromBufferForFloat() 571 … uint32_t byteIndex, bool littleEndian) in GetValueFromBufferForBigInt() 587 void BuiltinsArrayBuffer::SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForByte() 602 …uiltinsArrayBuffer::SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForUint8Clamped() 617 void BuiltinsArrayBuffer::SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex… in SetValueInBufferForInteger() 645 void BuiltinsArrayBuffer::SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, … in SetValueInBufferForFloat() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 433 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementGet() local 552 uint32_t byteIndex = index * elementSize + offset; in FastCopyElementToArray() local 591 uint32_t byteIndex = index * elementSize + offset; in FastElementGet() local 632 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementSet() local 705 uint32_t byteIndex = index * elementSize + offset; in FastGetPropertyByIndex() local 742 uint32_t byteIndex = index * elementSize + offset; in FastSetPropertyByIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| 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); in GetValueFromBuffer() local 343 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local 362 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local 371 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); in GetValueFromBuffer() local 2875 GateRef byteIndex = Int32Add(index, offset); in SetValueToBuffer() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1889 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetSValueWithBarrier() local 1969 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetNonSValueWithBarrier() local 2007 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetNonSValueWithBarrier() local
|