Home
last modified time | relevance | path

Searched refs:SetByteLength (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer.h67 void SetByteLength(EtsInt length) in SetByteLength() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_dataview_test.cpp155 HWTEST_F_L0(JSDataViewTest, SetByteLength) in HWTEST_F_L0() argument
176 handleDataView->SetByteLength(lengthDataView2); in HWTEST_F_L0()
Djs_typed_array_test.cpp291 HWTEST_F_L0(JSTypedArrayTest, SetByteLength) in HWTEST_F_L0() argument
298 handleTypedArray->SetByteLength(u32ByteLength); in HWTEST_F_L0()
Djs_serializer_test.cpp1788 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
1821 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
2257 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp47 buf->SetByteLength(byteLength); in EtsArrayBufferFrom()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp300 jsTypedArray->SetByteLength(byteLength); in CreateFromTypedArray()
372 jsTypedArray->SetByteLength(newByteLength); in CreateFromArrayBuffer()
408 jsTypedArray->SetByteLength(0); in AllocateTypedArray()
487 jsTypedArray->SetByteLength(byteLength); in AllocateTypedArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp100 dataView->SetByteLength(viewByteLen); in DataViewConstructor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h426 buf->SetByteLength(static_cast<EtsInt>(byteLength)); in JSCONVERT_UNWRAP()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1758 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
1794 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp340 arrayBuffer->SetByteLength(length); in NewJSDataView()
1163 JSTypedArray::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
1245 JSDataView::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
2677 array->SetByteLength(size); in NewByteArray()
Djs_serializer.cpp1732 typedArray->SetByteLength(byteLength.GetNumber()); in ReadJSTypedArray()