Searched defs:byteIndex (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 312 …BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer() 320 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t… in GetValueFromBuffer() 358 …e BuiltinsArrayBuffer::SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in SetValueInBuffer() 455 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex,… in GetValueFromBufferForInteger() 479 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, b… in GetValueFromBufferForFloat() 510 … uint32_t byteIndex, bool littleEndian) in GetValueFromBufferForBigInt() 525 void BuiltinsArrayBuffer::SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForByte() 540 …uiltinsArrayBuffer::SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForUint8Clamped() 556 void BuiltinsArrayBuffer::SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex… in SetValueInBufferForInteger() 584 void BuiltinsArrayBuffer::SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, … in SetValueInBufferForFloat() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 373 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementGet() local 473 uint32_t byteIndex = index * elementSize + offset; in FastCopyElementToArray() local 508 uint32_t byteIndex = index * elementSize + offset; in FastElementGet() local 549 uint32_t byteIndex = k * elementSize + offset; in IntegerIndexedElementSet() local 620 uint32_t byteIndex = index * elementSize + offset; in FastGetPropertyByIndex() local 657 uint32_t byteIndex = index * elementSize + offset; in FastSetPropertyByIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 968 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetValueWithBarrier() local
|