Searched refs:SetByteLength (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | escompat_ArrayBuffer.cpp | 47 buf->SetByteLength(byteLength); in EtsArrayBufferFrom()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_arraybuffer.h | 67 void SetByteLength(EtsInt length) in SetByteLength() function in ark::ets::EtsArrayBuffer
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_dataview_test.cpp | 126 * 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 D | js_typed_array_test.cpp | 263 * 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 D | typed_array_helper.cpp | 179 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 D | builtins_dataview.cpp | 94 dataView->SetByteLength(viewByteLen); in DataViewConstructor()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | js_convert.h | 506 buf->SetByteLength(static_cast<EtsInt>(byteLength)); in JSCONVERT_UNWRAP()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.cpp | 399 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 D | builtins_typedarray_stub_builder.cpp | 3239 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 D | serializer_test.cpp | 2130 int8Array->SetByteLength(byteLength); in HWTEST_F_L0() 2167 int8Array->SetByteLength(byteLength); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.h | 822 void SetByteLength(GateRef glue, GateRef typedArray, GateRef byteLength);
|
H A D | stub_builder-inl.h | 3126 inline void StubBuilder::SetByteLength(GateRef glue, GateRef typedArray, GateRef byteLength) in SetByteLength() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 37 milliseconds