Home
last modified time | relevance | path

Searched defs:byteLength (Results 1 – 14 of 14) 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 auto byteLength = static_cast<EtsInt>(array->GetLength() * array->GetElementSize()); in EtsArrayBufferFrom() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp40 uint64_t byteLength = lenNum.GetNumber(); in SharedArrayBufferConstructor() local
90 JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) in AllocateSharedArrayBuffer()
Dbuiltins_sendable_arraybuffer.cpp223 JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) in AllocateSendableArrayBuffer()
Dbuiltins_arraybuffer.cpp218 uint64_t byteLength) in AllocateArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp153 uint64_t byteLength = static_cast<uint64_t>(elementSize) * length; in AllocateTypedArrayBuffer() local
209 uint64_t byteLength = static_cast<uint64_t>(elementSize) * length; in AllocateTypedArrayBuffer() local
415 uint64_t byteLength = elementSize * static_cast<uint64_t>(elementLength); in CreateFromTypedArray() local
528 const uint64_t byteLength, const uint32_t elementLength) in SetTypedArrayProperties()
551 JSTaggedValue AllocatAndUpdateArrayBuffer(JSThread *thread, uint64_t byteLength, in AllocatAndUpdateArrayBuffer()
598 uint64_t byteLength = elementSize * static_cast<uint64_t>(elementLength); in CreateSharedFromTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_sendable_arraybuffer_test.cpp288 uint64_t byteLength = static_cast<uint64_t>(INT_MAX) + 1; in HWTEST_F_L0() local
300 uint32_t byteLength = 8; in HWTEST_F_L0() local
Dbuiltins_dataview_test.cpp250 HWTEST_F_L0(BuiltinsDataViewTest, byteLength) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h442 size_t byteLength = 0; in JSCONVERT_UNWRAP() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp564 void JSSharedArrayBufferTest(SerializeData *data, int32_t byteLength, const char *msg) in JSSharedArrayBufferTest()
734 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1() local
773 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2() local
2164 int32_t byteLength = 10; in CreateTestJSArrayBuffer() local
2186 int byteLength = 10; in HWTEST_F_L0() local
2223 int byteLength = 10; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp575 size_t byteLength = sd.is_ascii ? 1 : sizeof(uint16_t); in RelocateConstantData() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp756 int32_t byteLength = static_cast<int32_t>(dataViewRef->ByteLength()); in GetDataViewValue() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1117 size_t *byteLength, in GetDataViewInfo()
1154 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.cpp6538 uint32 byteLength = GetPrimTypeSize(primType); in CreateRegisterOperandOfType() local