| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_arraybuffer-inl.h | 75 T EtsEscompatArrayBuffer::GetElement(uint32_t index, uint32_t byteOffset) in GetElement() 85 void EtsEscompatArrayBuffer::SetElement(uint32_t index, uint32_t byteOffset, T element) in SetElement() 93 T EtsEscompatArrayBuffer::GetVolatileElement(uint32_t index, uint32_t byteOffset) in GetVolatileElement() 103 void EtsEscompatArrayBuffer::SetVolatileElement(uint32_t index, uint32_t byteOffset, T element) in SetVolatileElement() 111 … EtsEscompatArrayBuffer::CompareAndExchangeElement(uint32_t index, uint32_t byteOffset, T oldEleme… in CompareAndExchangeElement() 121 T EtsEscompatArrayBuffer::ExchangeElement(uint32_t index, uint32_t byteOffset, T element) in ExchangeElement() 131 T EtsEscompatArrayBuffer::GetAndAdd(uint32_t index, uint32_t byteOffset, T element) in GetAndAdd() 141 T EtsEscompatArrayBuffer::GetAndSub(uint32_t index, uint32_t byteOffset, T element) in GetAndSub() 151 T EtsEscompatArrayBuffer::GetAndBitwiseOr(uint32_t index, uint32_t byteOffset, T element) in GetAndBitwiseOr() 161 T EtsEscompatArrayBuffer::GetAndBitwiseAnd(uint32_t index, uint32_t byteOffset, T element) in GetAndBitwiseAnd() [all …]
|
| D | ets_array.h | 337 void SetVolatile(uint32_t index, uint32_t byteOffset, ClassType element) in SetVolatile() 341 ClassType GetVolatile(uint32_t index, uint32_t byteOffset) const in GetVolatile() 345 …std::pair<bool, ClassType> CompareAndExchange(uint32_t index, uint32_t byteOffset, ClassType oldVa… in CompareAndExchange() 350 ClassType Exchange(uint32_t index, uint32_t byteOffset, ClassType val) in Exchange() 354 ClassType GetAndAdd(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndAdd() 358 ClassType GetAndSub(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndSub() 362 ClassType GetAndBitwiseAnd(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndBitwiseAnd() 366 ClassType GetAndBitwiseOr(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndBitwiseOr() 370 ClassType GetAndBitwiseXor(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndBitwiseXor()
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | array-inl.h | 162 … uint32_t byteOffset) in Set() 179 … uint32_t byteOffset) const in Get() 191 …SizeT idx, T oldValue, T newValue, std::memory_order memoryOrder, bool strong, uint32_t byteOffset) in CompareAndExchange() 206 … uint32_t byteOffset) in Exchange() 217 … std::memory_order memoryOrder, uint32_t byteOffset) in GetAndAdd() 225 … std::memory_order memoryOrder, uint32_t byteOffset) in GetAndSub() 234 uint32_t byteOffset) in GetAndBitwiseOr() 243 uint32_t byteOffset) in GetAndBitwiseAnd() 252 uint32_t byteOffset) in GetAndBitwiseXor()
|
| /arkcompiler/ets_runtime/test/fuzztest/uint16arrayrefnew_fuzzer/ |
| D | uint16arrayrefnew_fuzzer.cpp | 37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint16ArrayRefNewFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/uint8clampedarrayrefnew_fuzzer/ |
| D | uint8clampedarrayrefnew_fuzzer.cpp | 37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint8ClampedArrayRefNewFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/uint8arrayrefnew_fuzzer/ |
| D | uint8arrayrefnew_fuzzer.cpp | 37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint8ArrayRefNewFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/ |
| D | main.cpp | 45 …c char *GetUint8ArrayInfo(ani_env *env, ani_object array, int32_t &byteLength, int32_t &byteOffset) in GetUint8ArrayInfo() 89 int32_t byteOffset; in Decode() local 213 int32_t byteOffset; in DoWrite() local 240 int32_t byteOffset; in DoEnd() local
|
| /arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefbytelength_fuzzer/ |
| D | uint32arrayrefbytelength_fuzzer.cpp | 36 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint32ArrayRefByteLengthFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefnew_fuzzer/ |
| D | uint32arrayrefnew_fuzzer.cpp | 37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint32ArrayRefNewFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_stringdecoder.cpp | 62 ani_string StringDecoder::Write(ani_env *env, const char *source, int32_t byteOffset, uint32_t leng… in Write() 102 ani_string StringDecoder::End(ani_env *env, const char *source, int32_t byteOffset, int32_t length) in End()
|
| D | ani_textdecoder.cpp | 146 ani_string TextDecoder::DecodeToString(ani_env *env, const char *source, int32_t byteOffset, uint32… in DecodeToString()
|
| D | ani_textencoder.cpp | 306 ani_int byteOffset; in DoEncodeIntoUint8Array() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | atomic_helper_test.cpp | 53 uint32_t byteOffset = 7; in HWTEST_F_L0() local 83 uint32_t byteOffset = 7; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/ |
| D | jsvaluereffoundationvalue_fuzzer.cpp | 48 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in JSValueRefFoundationValueFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 404 double length, double byteOffset) in InteropTransferHelperCreateDynamicTypedArrayIntrinsic() 410 double byteOffset) in InteropTransferHelperCreateDynamicDataViewIntrinsic()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_emitter.cpp | 78 size_t byteOffset = offset / BIT_8; in EmitImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sendable_arraybuffer.cpp | 329 …bleArrayBuffer::GetDataPointFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
|
| D | builtins_arraybuffer.cpp | 761 …insArrayBuffer::GetDataPointFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1885 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1910 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1935 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1960 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 1985 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2010 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2035 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2060 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2085 int32_t byteOffset = 8; // byte offset = 8 in HWTEST_F_L0() local 2110 int32_t byteOffset = 8; // byte offset = 8 in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 719 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromArrayBuffer() local 786 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromSendableArrayBuffer() local
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.h | 179 #define CREATE_TYPED_ARRAY(env, type, sizeOfElement, buffer, byteOffset, length, out) … argument
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 263 … const JSHandle<JSTaggedValue> &src, uint32_t byteOffset, uint32_t length) in FromArrayBuffer() 602 uint32_t byteLength, uint32_t byteOffset) in AllocateFastBuffer() 613 uint32_t byteOffset) in AllocateFromBufferObject()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_dataview_test.cpp | 228 HWTEST_F_L0(BuiltinsDataViewTest, byteOffset) in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.cpp | 1314 double byteOffset) in CreateDynamicTypedArray() 1340 …ateDynamicDataView(EtsEscompatArrayBuffer *staticArrayBuffer, double byteLength, double byteOffset) in CreateDynamicDataView()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1336 GateRef byteOffset = builder_.LoadWithoutBarrier(VariableType::INT32(), receiver, in BuildNotOnHeapTypedArrayLoadElement() local 1364 GateRef byteOffset = in BuildTypedArrayLoadElement() local 1532 GateRef byteOffset = in BuildNotOnHeapTypedArrayStoreElement() local 1559 GateRef byteOffset = in BuildTypedArrayStoreElement() local
|