Home
last modified time | relevance | path

Searched refs:SetByteLength (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_ArrayBuffer.cpp47 buf->SetByteLength(byteLength); in EtsArrayBufferFrom()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_arraybuffer.h67 void SetByteLength(EtsInt length) in SetByteLength() function in ark::ets::EtsArrayBuffer
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_dataview_test.cpp126 * Function: SetByteLength
130 * calling "SetByteLength" function.
132 HWTEST_F_L0(JSDataViewTest, SetByteLength) in HWTEST_F_L0()
147 // Call "SetByteLength" function through "NewJSDataView" function of "object_factory.cpp" in HWTEST_F_L0()
152 // Call "SetByteLength" function in this HWTEST_F_L0. in HWTEST_F_L0()
153 handleDataView->SetByteLength(lengthDataView2); in HWTEST_F_L0()
H A Djs_typed_array_test.cpp263 * Function: SetByteLength
267 * changed through calling SetByteLength function is within expectations.
269 HWTEST_F_L0(JSTypedArrayTest, SetByteLength) in HWTEST_F_L0()
276 handleTypedArray->SetByteLength(u32ByteLength); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp179 jsTypedArray->SetByteLength(byteLength); in FastCreateTypedArray()
235 jsTypedArray->SetByteLength(byteLength); in AllocateTypedArrayBuffer()
292 jsTypedArray->SetByteLength(byteLength); in AllocateTypedArrayBuffer()
526 jsTypedArray->SetByteLength(byteLength); in CreateFromTypedArray()
586 jsTypedArray->SetByteLength(byteLength); in SetTypedArrayProperties()
705 jsTypedArray->SetByteLength(newByteLength); in SetArrayBufferProperties()
872 jsTypedArray->SetByteLength(0); in AllocateTypedArray()
909 jsTypedArray->SetByteLength(0); in AllocateSharedTypedArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp94 dataView->SetByteLength(viewByteLen); in DataViewConstructor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_convert.h506 buf->SetByteLength(static_cast<EtsInt>(byteLength)); in JSCONVERT_UNWRAP()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp399 arrayBuffer->SetByteLength(length); in NewJSDataView()
1358 JSTypedArray::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
1377 JSSharedTypedArray::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
1472 JSDataView::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
2875 array->SetByteLength(size); in NewByteArray()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3239 SetByteLength(glue, *res, Int32(0)); in AllocateTypedArray()
3302 SetByteLength(glue, typedArray, TruncInt64ToInt32(byteLength)); in AllocateTypedArrayBuffer()
3394 SetByteLength(glue, typedArray, newByteLength); in SetArrayBufferProperties()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2130 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
2167 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h822 void SetByteLength(GateRef glue, GateRef typedArray, GateRef byteLength);
H A Dstub_builder-inl.h3126 inline void StubBuilder::SetByteLength(GateRef glue, GateRef typedArray, GateRef byteLength) in SetByteLength() function in panda::ecmascript::kungfu::StubBuilder

Completed in 37 milliseconds