Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp324 …BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer()
332 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t… in GetValueFromBuffer()
370 …e BuiltinsArrayBuffer::SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in SetValueInBuffer()
487 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex,… in GetValueFromBufferForInteger()
511 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, b… in GetValueFromBufferForFloat()
554uint32_t byteIndex, bool littleEndian) in GetValueFromBufferForBigInt()
569 void BuiltinsArrayBuffer::SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForByte()
584 …uiltinsArrayBuffer::SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForUint8Clamped()
599 void BuiltinsArrayBuffer::SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex in SetValueInBufferForInteger()
627 void BuiltinsArrayBuffer::SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, … in SetValueInBufferForFloat()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp301 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
310 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
319 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
337 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local
346 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local
355 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
370 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
389 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
398 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); in GetValueFromBuffer() local
Dstub_builder.cpp1278 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetValueWithBarrier() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp423 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementGet() local
524 uint32_t byteIndex = index * elementSize + offset; in FastCopyElementToArray() local
560 uint32_t byteIndex = index * elementSize + offset; in FastElementGet() local
601 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementSet() local
671 uint32_t byteIndex = index * elementSize + offset; in FastGetPropertyByIndex() local
708 uint32_t byteIndex = index * elementSize + offset; in FastSetPropertyByIndex() local