| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_Atomics.cpp | 222 extern "C" int32_t SharedMemoryWaitI32(EtsSharedMemory *mem, int32_t byteOffset, int32_t expectedVa… in SharedMemoryWaitI32() 228 extern "C" int32_t SharedMemoryWaitI64(EtsSharedMemory *mem, int32_t byteOffset, int64_t expectedVa… in SharedMemoryWaitI64() 234 extern "C" int32_t SharedMemoryTimedWaitI32(EtsSharedMemory *mem, int32_t byteOffset, int32_t expec… in SharedMemoryTimedWaitI32() 242 extern "C" int32_t SharedMemoryTimedWaitI64(EtsSharedMemory *mem, int32_t byteOffset, int64_t expec… in SharedMemoryTimedWaitI64() 256 extern "C" int32_t SharedMemoryNotify(EtsSharedMemory *mem, int32_t byteOffset) in SharedMemoryNotify() 261 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 | 148 EtsSharedMemory::WaitResult Wait(EtsSharedMemory *mem, uint32_t byteOffset, IntegerType expectedVal… in Wait() 192 EtsSharedMemory::WaitResult EtsSharedMemory::WaitI32(uint32_t byteOffset, int32_t expectedValue, in WaitI32() 198 EtsSharedMemory::WaitResult EtsSharedMemory::WaitI64(uint32_t byteOffset, int64_t expectedValue, in WaitI64() 204 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 | 53 uint32_t byteOffset = 7; in HWTEST_F_L0() local 83 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/builtins/ |
| D | builtins_sendable_arraybuffer.cpp | 329 void *BuiltinsSendableArrayBuffer::GetDataPointFromBuffer(JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
|
| D | builtins_arraybuffer.cpp | 772 void *BuiltinsArrayBuffer::GetDataPointFromBuffer(JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1837 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1862 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1887 int32_t byteOffset = 5; // byte offset = 5 in HWTEST_F_L0() local 1912 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 1937 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 1962 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 1987 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2012 int32_t byteOffset = 4; // byte offset = 4 in HWTEST_F_L0() local 2037 int32_t byteOffset = 8; // byte offset = 8 in HWTEST_F_L0() local 2062 int32_t byteOffset = 8; // byte offset = 8 in HWTEST_F_L0() local [all …]
|
| D | ffi_workload.cpp | 1921 int32_t byteOffset = 4; in HWTEST_F_L0() local 1937 int32_t byteOffset = 4; in HWTEST_F_L0() local 1953 int32_t byteOffset = 4; in HWTEST_F_L0() local 1969 int32_t byteOffset = 4; in HWTEST_F_L0() local 3632 int32_t byteOffset = 0; // 0 = length in HWTEST_F_L0() local 3662 int32_t byteOffset = 4; // 4 = offset in HWTEST_F_L0() local 5666 int32_t byteOffset = 4; // 4 = Offset in HWTEST_F_L0() local 5696 int32_t byteOffset = 4; // 4 = Offset in HWTEST_F_L0() local
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.h | 179 #define CREATE_TYPED_ARRAY(env, type, sizeOfElement, buffer, byteOffset, length, out) … argument
|
| D | js_native_api_v8.cpp | 3704 size_t byteOffset, in OH_JSVM_CreateTypedarray() 3765 size_t* byteOffset) in OH_JSVM_GetTypedarrayInfo() 3830 size_t byteOffset, in OH_JSVM_CreateDataview() 3871 size_t* byteOffset) in OH_JSVM_GetDataviewInfo()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 720 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromArrayBuffer() local 787 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromSendableArrayBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_dataview_test.cpp | 228 HWTEST_F_L0(BuiltinsDataViewTest, byteOffset) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1199 GateRef byteOffset = in BuildNotOnHeapTypedArrayLoadElement() local 1226 GateRef byteOffset = in BuildTypedArrayLoadElement() local 1384 GateRef byteOffset = in BuildNotOnHeapTypedArrayStoreElement() local 1409 GateRef byteOffset = in BuildTypedArrayStoreElement() local
|
| D | typed_native_inline_lowering.cpp | 1347 GateRef byteOffset = builder_.IntPtr(JSDataView::BYTE_OFFSET_OFFSET); in LowerDataViewProtoFunc() local
|
| D | stub_builder-inl.h | 3302 inline void StubBuilder::SetByteOffset(GateRef glue, GateRef typedArray, GateRef byteOffset) in SetByteOffset()
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 735 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1() local 774 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2() local 2196 int byteOffset = 0; in HWTEST_F_L0() local 2233 int byteOffset = 0; in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | runtime_impl.cpp | 752 int32_t byteOffset = static_cast<int32_t>(dataViewRef->ByteOffset()); in GetDataViewValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 3361 …GateRef byteOffset = GetArgFromArgv(IntPtr(base::BuiltinsBase::ArgsPosition::SECOND), numArgs, tru… in CreateFromArrayBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 1199 size_t *byteOffset) in GetDataViewInfo() 1254 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()
|