Home
last modified time | relevance | path

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

/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.cpp224 uint64_t byteLength) in AllocateArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp493 … const JSHandle<JSArrayBuffer> &originArrayBuffer, int32_t byteLength, const char *msg) in JSArrayBufferTest()
526 … const JSHandle<JSArrayBuffer> &originArrayBuffer, int32_t byteLength, const char *msg) in JSSharedArrayBufferTest()
557 …void JSSharedArrayBufferTest1(std::pair<uint8_t *, size_t> data, int32_t byteLength, const char *m… in JSSharedArrayBufferTest1()
621 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1() local
660 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2() local
901 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TransferJSArrayBufferTest4() local
1531 int32_t byteLength = 10; in HWTEST_F_L0() local
1663 int32_t byteLength = 10; in CreateTestJSArrayBuffer() local
1685 int byteLength = 10; in HWTEST_F_L0() local
1718 int byteLength = 10; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp237 uint64_t byteLength = elementSize * static_cast<uint64_t>(elementLength); in CreateFromTypedArray() local
455 uint64_t byteLength = static_cast<uint64_t>(elementSize) * length; in AllocateTypedArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp748 JSTaggedValue byteLength(typedArray->GetByteLength()); in WriteJSTypedArray() local
1705 JSTaggedValue byteLength; in ReadJSTypedArray() 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.cpp709 int32_t byteLength = static_cast<int32_t>(dataViewRef->ByteLength()); in GetDataViewValue() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2215 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()