Home
last modified time | relevance | path

Searched defs:byteLength (Results 1 – 7 of 7) 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.cpp218 uint64_t byteLength) in AllocateArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp415 … const JSHandle<JSArrayBuffer> &originArrayBuffer, int32_t byteLength, const char *msg) in JSArrayBufferTest()
448 … const JSHandle<JSArrayBuffer> &originArrayBuffer, int32_t byteLength, const char *msg) in JSSharedArrayBufferTest()
479 …void JSSharedArrayBufferTest1(std::pair<uint8_t *, size_t> data, int32_t byteLength, const char *m… in JSSharedArrayBufferTest1()
543 JSTaggedNumber byteLength(resJSInt8Array->GetByteLength()); in TypedArrayTest1() local
587 JSTaggedNumber byteLength(resJSInt8Array->GetByteLength()); in TypedArrayTest2() local
1194 int32_t byteLength = 10; in HWTEST_F_L0() local
1326 int32_t byteLength = 10; in CreateTestJSArrayBuffer() local
1350 int byteLength = 10; in HWTEST_F_L0() local
1380 int byteLength = 10; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp208 uint32_t byteLength = elementSize * elementLength; in CreateFromTypedArray() local
430 uint64_t byteLength = static_cast<uint64_t>(elementSize) * length; in AllocateTypedArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp768 JSTaggedValue byteLength(typedArray->GetByteLength()); in WriteJSTypedArray() local
1713 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/ets_runtime/ecmascript/napi/
Djsnapi.cpp1643 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()