Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A 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; FastSetPropertyByIndex() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.cpp340 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, in GetValueFromBuffer() argument
348 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t *block, in GetValueFromBuffer() argument
387 SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, const JSHandle<JSTaggedValue> &value, bool littleEndian) SetValueInBuffer() argument
506 GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForInteger() argument
531 GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForFloat() argument
574 GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForBigInt() argument
591 SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) SetValueInBufferForByte() argument
606 SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex) SetValueInBufferForUint8Clamped() argument
621 SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForInteger() argument
649 SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForFloat() argument
670 SetValueInBufferForBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &val, JSHandle<JSTaggedValue> &arrBuf, uint32_t byteIndex, bool littleEndian) SetValueInBufferForBigInt() argument
693 SetValueInBufferForBigInt(JSThread *thread, double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForBigInt() argument
714 FastSetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, double val, bool littleEndian) FastSetValueInBuffer() argument
729 SetValueInBuffer(JSThread* thread, uint32_t byteIndex, uint8_t *block, DataViewType type, double val, bool littleEndian) SetValueInBuffer() argument
812 uint32_t byteIndex = index * elementSize + offset; TypedArrayToList() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A 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); GetValueFromBuffer() local
343 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); GetValueFromBuffer() local
362 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); GetValueFromBuffer() local
371 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); GetValueFromBuffer() local
2876 GateRef byteIndex = Int32Add(index, offset); SetValueToBuffer() local
2882 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local
2889 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local
2898 GateRef byteIndex = Int32Add(index, offset); SetValueToBuffer() local
2904 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local
2911 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local
2920 GateRef byteIndex = Int32Add(index, offset); SetValueToBuffer() local
2926 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local
2933 Store(VariableType::INT8(), glue, block, byteIndex, val); SetValueToBuffer() local
2952 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); SetValueToBuffer() local
2958 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local
2965 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local
2974 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); SetValueToBuffer() local
2980 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local
2987 Store(VariableType::INT16(), glue, block, byteIndex, val); SetValueToBuffer() local
2996 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); SetValueToBuffer() local
3002 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local
3008 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local
3022 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); SetValueToBuffer() local
3028 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local
3034 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local
3043 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); SetValueToBuffer() local
3049 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local
3055 Store(VariableType::INT32(), glue, block, byteIndex, val); SetValueToBuffer() local
3064 GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); SetValueToBuffer() local
3070 Store(VariableType::INT64(), glue, block, byteIndex, val); SetValueToBuffer() local
3076 Store(VariableType::INT64(), glue, block, byteIndex, val); SetValueToBuffer() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1921 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetSValueWithBarrier() local
1934 Store(VariableType::INT32(), glue, bitsetData, byteIndex, newMapValue); in SetSValueWithBarrier() local
2001 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetNonSValueWithBarrier() local
2007 Store(VariableType::INT32(), glue, bitsetData, byteIndex, newmapValue); in SetNonSValueWithBarrier() local
2039 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetNonSValueWithBarrier() local
2045 Store(VariableType::INT32(), glue, bitsetData, byteIndex, newmapValue); in SetNonSValueWithBarrier() local

Completed in 23 milliseconds