Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp336 …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()
571uint32_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/
Djs_typed_array.cpp433 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/
Dbuiltins_typedarray_stub_builder.cpp274 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/
Dstub_builder.cpp1889 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