Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp333 …BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer()
341 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t… in GetValueFromBuffer()
380 …e BuiltinsArrayBuffer::SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in SetValueInBuffer()
499 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex,… in GetValueFromBufferForInteger()
524 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, b… in GetValueFromBufferForFloat()
565uint32_t byteIndex, bool littleEndian) in GetValueFromBufferForBigInt()
581 void BuiltinsArrayBuffer::SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForByte()
596 …uiltinsArrayBuffer::SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForUint8Clamped()
611 void BuiltinsArrayBuffer::SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex in SetValueInBufferForInteger()
639 void BuiltinsArrayBuffer::SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, … in SetValueInBufferForFloat()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp426 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementGet() local
542 uint32_t byteIndex = index * elementSize + offset; in FastCopyElementToArray() local
578 uint32_t byteIndex = index * elementSize + offset; in FastElementGet() local
621 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementSet() local
690 uint32_t byteIndex = index * elementSize + offset; in FastGetPropertyByIndex() local
727 uint32_t byteIndex = index * elementSize + offset; in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp273 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
282 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
291 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
309 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local
318 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local
327 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
342 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
361 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
382 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); in GetValueFromBuffer() local
2885 GateRef byteIndex = Int32Add(index, offset); in SetValueToBuffer() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp272 GateRef byteIndex = Int32LSL(quadIdx, Int32(BYTE_PER_QUAD_LOG2)); in FlushBatchBitSet() local
287 GateRef byteIndex = Int32LSL(quadIdx, Int32(BYTE_PER_QUAD_LOG2)); in FlushBatchBitSet() local
Dstub_builder.cpp2278 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetSValueWithBarrier() local
2351 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetNonSValueWithBarrier() local