Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer-inl.h75 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 …]
Dets_array.h337 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/
Darray-inl.h162uint32_t byteOffset) in Set()
179uint32_t byteOffset) const in Get()
191 …SizeT idx, T oldValue, T newValue, std::memory_order memoryOrder, bool strong, uint32_t byteOffset) in CompareAndExchange()
206uint32_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/
Duint16arrayrefnew_fuzzer.cpp37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint16ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8clampedarrayrefnew_fuzzer/
Duint8clampedarrayrefnew_fuzzer.cpp37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint8ClampedArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8arrayrefnew_fuzzer/
Duint8arrayrefnew_fuzzer.cpp37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint8ArrayRefNewFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/
Dmain.cpp45 …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/
Duint32arrayrefbytelength_fuzzer.cpp36 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint32ArrayRefByteLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefnew_fuzzer/
Duint32arrayrefnew_fuzzer.cpp37 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in Uint32ArrayRefNewFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_stringdecoder.cpp62 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()
Dani_textdecoder.cpp146 ani_string TextDecoder::DecodeToString(ani_env *env, const char *source, int32_t byteOffset, uint32… in DecodeToString()
Dani_textencoder.cpp306 ani_int byteOffset; in DoEncodeIntoUint8Array() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp53 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/
Djsvaluereffoundationvalue_fuzzer.cpp48 const int32_t byteOffset = fdp.ConsumeIntegral<int32_t>(); in JSValueRefFoundationValueFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp404 double length, double byteOffset) in InteropTransferHelperCreateDynamicTypedArrayIntrinsic()
410 double byteOffset) in InteropTransferHelperCreateDynamicDataViewIntrinsic()
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp78 size_t byteOffset = offset / BIT_8; in EmitImpl() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp329 …bleArrayBuffer::GetDataPointFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
Dbuiltins_arraybuffer.cpp761 …insArrayBuffer::GetDataPointFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1885 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/
Dtyped_array_helper.cpp719 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromArrayBuffer() local
786 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromSendableArrayBuffer() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.h179 #define CREATE_TYPED_ARRAY(env, type, sizeOfElement, buffer, byteOffset, length, out) … argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp263 … 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/
Dbuiltins_dataview_test.cpp228 HWTEST_F_L0(BuiltinsDataViewTest, byteOffset) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp1314 double byteOffset) in CreateDynamicTypedArray()
1340 …ateDynamicDataView(EtsEscompatArrayBuffer *staticArrayBuffer, double byteLength, double byteOffset) in CreateDynamicDataView()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1336 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

12