Home
last modified time | relevance | path

Searched defs:byteLength (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/dataviewref_fuzzer/
Ddataviewref_fuzzer.cpp33 const uint32_t byteLength = 7; in DataViewRefByteOffSetFuzzTest() local
51 const uint32_t byteLength = 7; in DataViewRefByteLengthFuzzTest() local
69 const uint32_t byteLength = 7; in DataViewRefGetArrayBufferFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp46 EtsInt byteLength = array->GetLength() * array->GetElementSize(); in EtsArrayBufferFrom() local
Descompat_Atomics.cpp35 extern "C" EtsSharedMemory *SharedMemoryCreate(int32_t byteLength) in SharedMemoryCreate()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp48 uint64_t byteLength = lenNum.GetNumber(); in SharedArrayBufferConstructor() local
98 JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) in AllocateSharedArrayBuffer()
Dbuiltins_arraybuffer.cpp230 uint64_t byteLength) in AllocateArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp513 … const JSHandle<JSArrayBuffer> &originArrayBuffer, int32_t byteLength, const char *msg) in JSArrayBufferTest()
546 … const JSHandle<JSArrayBuffer> &originArrayBuffer, int32_t byteLength, const char *msg) in JSSharedArrayBufferTest()
577 …void JSSharedArrayBufferTest1(std::pair<uint8_t *, size_t> data, int32_t byteLength, const char *m… in JSSharedArrayBufferTest1()
641 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1() local
680 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2() local
957 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TransferJSArrayBufferTest5() local
1631 int32_t byteLength = 10; in HWTEST_F_L0() local
1763 int32_t byteLength = 10; in CreateTestJSArrayBuffer() local
1785 int byteLength = 10; in HWTEST_F_L0() local
1818 int byteLength = 10; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp239 uint64_t byteLength = elementSize * static_cast<uint64_t>(elementLength); in CreateFromTypedArray() local
458 uint64_t byteLength = static_cast<uint64_t>(elementSize) * length; in AllocateTypedArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp292 size_t byteLength = sd.is_ascii ? 1 : sizeof(uint16_t); in RelocateConstantData() local
Djs_serializer.cpp763 JSTaggedValue byteLength(typedArray->GetByteLength()); in WriteJSTypedArray() local
1728 JSTaggedValue byteLength; in ReadJSTypedArray() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp522 … const JSHandle<JSArrayBuffer> &originArrayBuffer, int32_t byteLength, const char *msg) in JSSharedArrayBufferTest()
598 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1() local
637 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2() local
1733 int32_t byteLength = 10; in CreateTestJSArrayBuffer() local
1755 int byteLength = 10; in HWTEST_F_L0() local
1791 int byteLength = 10; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h419 size_t byteLength = 0; in JSCONVERT_UNWRAP() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp194 HWTEST_F_L0(BuiltinsDataViewTest, byteLength) in HWTEST_F_L0() argument
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp669 int32_t byteLength = static_cast<int32_t>(dataViewRef->ByteLength()); in GetDataViewValue() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp801 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7128 uint32 byteLength = GetPrimTypeSize(primType); in CreateRegisterOperandOfType() local