Home
last modified time | relevance | path

Searched defs:byteIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp211 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
Dstub_builder.cpp1155 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetValueWithBarrier() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp318 …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()
530uint32_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/
Djs_typed_array.cpp413 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