/arkcompiler/ets_runtime/test/fuzztest/typedarrayref_fuzzer/ |
D | typedarrayref_fuzzer.cpp | 34 constexpr int byteOffset = 5; in TypedArrayrefArrayLengthFuzzerTest() local 51 constexpr int byteOffset = 5; in TypedArrayrefByteOffSetFuzzerTest() local 68 constexpr int byteOffset = 5; in TypedArrayrefGetArrayBufferFuzzerTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/dataviewref_fuzzer/ |
D | dataviewref_fuzzer.cpp | 32 const uint32_t byteOffset = 5; in DataViewRefByteOffSetFuzzTest() local 50 const uint32_t byteOffset = 5; in DataViewRefByteLengthFuzzTest() local 68 const uint32_t byteOffset = 5; in DataViewRefGetArrayBufferFuzzTest() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | escompat_Atomics.cpp | 139 extern "C" int32_t SharedMemoryWaitI32(EtsSharedMemory *mem, int32_t byteOffset, int32_t expectedVa… in SharedMemoryWaitI32() 145 extern "C" int32_t SharedMemoryWaitI64(EtsSharedMemory *mem, int32_t byteOffset, int64_t expectedVa… in SharedMemoryWaitI64() 151 extern "C" int32_t SharedMemoryTimedWaitI32(EtsSharedMemory *mem, int32_t byteOffset, int32_t expec… in SharedMemoryTimedWaitI32() 159 extern "C" int32_t SharedMemoryTimedWaitI64(EtsSharedMemory *mem, int32_t byteOffset, int64_t expec… in SharedMemoryTimedWaitI64() 173 extern "C" int32_t SharedMemoryNotify(EtsSharedMemory *mem, int32_t byteOffset) in SharedMemoryNotify() 178 extern "C" int32_t SharedMemoryBoundedNotify(EtsSharedMemory *mem, int32_t byteOffset, int32_t coun… in SharedMemoryBoundedNotify()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_shared_memory.cpp | 165 EtsSharedMemory::WaitResult Wait(EtsSharedMemory *mem, uint32_t byteOffset, IntegerType expectedVal… in Wait() 209 EtsSharedMemory::WaitResult EtsSharedMemory::WaitI32(uint32_t byteOffset, int32_t expectedValue, in WaitI32() 215 EtsSharedMemory::WaitResult EtsSharedMemory::WaitI64(uint32_t byteOffset, int64_t expectedValue, in WaitI64() 221 int32_t EtsSharedMemory::NotifyI32(uint32_t byteOffset, std::optional<uint32_t> count) in NotifyI32()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | atomic_helper_test.cpp | 76 uint32_t byteOffset = 7; in HWTEST_F_L0() local 106 uint32_t byteOffset = 7; in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | bytecode_emitter.cpp | 78 size_t byteOffset = offset / BIT_8; in EmitImpl() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_sample.cpp | 1851 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1876 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1901 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1926 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 1951 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 1976 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2001 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2026 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2051 int32_t byteOffset = 8; // byte offset = 8 in HWTEST_F_L0() local 2076 int32_t byteOffset = 8; // byte offset = 8 in HWTEST_F_L0() local [all …]
|
D | ffi_workload.cpp | 1920 int32_t byteOffset = 4; in HWTEST_F_L0() local 1936 int32_t byteOffset = 4; in HWTEST_F_L0() local 1952 int32_t byteOffset = 4; in HWTEST_F_L0() local 1968 int32_t byteOffset = 4; in HWTEST_F_L0() local 3681 int32_t byteOffset = 0; // 0 = length in HWTEST_F_L0() local 3711 int32_t byteOffset = 4; // 4 = offset in HWTEST_F_L0() local 5689 int32_t byteOffset = 4; // 4 = Offset in HWTEST_F_L0() local 5719 int32_t byteOffset = 4; // 4 = Offset in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 642 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1() local 681 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2() local 958 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TransferJSArrayBufferTest5() local 1786 int byteOffset = 0; in HWTEST_F_L0() local 1819 int byteOffset = 0; in HWTEST_F_L0() local 2255 int byteOffset = 0; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.cpp | 768 JSTaggedValue byteOffset(typedArray->GetByteOffset()); in WriteJSTypedArray() local 1734 JSTaggedValue byteOffset; in ReadJSTypedArray() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 318 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromArrayBuffer() local
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
D | serializer_test.cpp | 599 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1() local 638 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2() local 1756 int byteOffset = 0; in HWTEST_F_L0() local 1792 int byteOffset = 0; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_dataview_test.cpp | 163 HWTEST_F_L0(BuiltinsDataViewTest, byteOffset) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_hcr_lowering.cpp | 1086 GateRef byteOffset = in BuildNotOnHeapTypedArrayLoadElement() local 1113 GateRef byteOffset = in BuildTypedArrayLoadElement() local 1256 GateRef byteOffset = in BuildNotOnHeapTypedArrayStoreElement() local 1281 GateRef byteOffset = in BuildTypedArrayStoreElement() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_arraybuffer.cpp | 746 void *BuiltinsArrayBuffer::GetDataPointFromBuffer(JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 670 int32_t byteOffset = static_cast<int32_t>(dataViewRef->ByteOffset()); in GetDataViewValue() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
D | lower.cpp | 768 auto byteOffset = byteBitOffsets.first; in WriteBitField() local 809 auto byteOffset = byteBitOffsets.first; in ReadBitField() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 801 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()
|