Searched defs:byteLength (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 48 uint64_t byteLength = lenNum.GetNumber(); in SharedArrayBufferConstructor() local 98 JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) in AllocateSharedArrayBuffer()
|
| D | builtins_arraybuffer.cpp | 218 uint64_t byteLength) in AllocateArrayBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_serializer_test.cpp | 415 … 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/ |
| D | typed_array_helper.cpp | 208 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/ |
| D | js_serializer.cpp | 768 JSTaggedValue byteLength(typedArray->GetByteLength()); in WriteJSTypedArray() local 1713 JSTaggedValue byteLength; in ReadJSTypedArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_dataview_test.cpp | 194 HWTEST_F_L0(BuiltinsDataViewTest, byteLength) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1643 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()
|