Searched defs:byteLength (Results 1 – 8 of 8) 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 | 224 uint64_t byteLength) in AllocateArrayBuffer()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 493 … 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/ |
D | typed_array_helper.cpp | 237 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/ |
D | js_serializer.cpp | 748 JSTaggedValue byteLength(typedArray->GetByteLength()); in WriteJSTypedArray() local 1705 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/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 709 int32_t byteLength = static_cast<int32_t>(dataViewRef->ByteLength()); in GetDataViewValue() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 2215 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()
|