Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp337 …BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer()
345 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t… in GetValueFromBuffer()
384 …e BuiltinsArrayBuffer::SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in SetValueInBuffer()
503 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex,… in GetValueFromBufferForInteger()
528 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, b… in GetValueFromBufferForFloat()
572uint32_t byteIndex, bool littleEndian) in GetValueFromBufferForBigInt()
588 void BuiltinsArrayBuffer::SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForByte()
603 …uiltinsArrayBuffer::SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForUint8Clamped()
618 void BuiltinsArrayBuffer::SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex in SetValueInBufferForInteger()
646 void BuiltinsArrayBuffer::SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, … in SetValueInBufferForFloat()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp425 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementGet() local
537 uint32_t byteIndex = index * elementSize + offset; in FastCopyElementToArray() local
573 uint32_t byteIndex = index * elementSize + offset; in FastElementGet() local
616 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementSet() local
685 uint32_t byteIndex = index * elementSize + offset; in FastGetPropertyByIndex() local
722 uint32_t byteIndex = index * elementSize + offset; in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp272 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
281 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
290 GateRef byteIndex = Int32Add(index, offset); in GetValueFromBuffer() local
308 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local
317 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() local
326 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
341 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
360 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() local
369 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); in GetValueFromBuffer() local
2859 GateRef byteIndex = Int32Add(index, offset); in SetValueToBuffer() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp267 GateRef byteIndex = Int32LSL(quadIdx, Int32(BYTE_PER_QUAD_LOG2)); in FlushBatchBitSet() local
282 GateRef byteIndex = Int32LSL(quadIdx, Int32(BYTE_PER_QUAD_LOG2)); in FlushBatchBitSet() local
Dstub_builder.cpp1986 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetSValueWithBarrier() local
2059 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetNonSValueWithBarrier() local