Home
last modified time | relevance | path

Searched refs:NewByteArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dbyte_array_test.cpp62 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0()
80 JSHandle<ByteArray> byteArray = factory->NewByteArray(3, sizeof(value)); in HWTEST_F_L0()
Ddump_test.cpp812 JSHandle<ByteArray> byteArray = factory->NewByteArray(4, 8); in HWTEST_F_L0()
Djs_serializer_test.cpp1713 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp465 … data = thread->GetEcmaVM()->GetFactory()->NewByteArray(arrayLength, elementSize).GetTaggedValue(); in AllocateTypedArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h352 JSHandle<ByteArray> NewByteArray(uint32_t length, uint32_t size);
Djs_serializer.cpp1257 JSHandle<ByteArray> byteArray = factory_->NewByteArray(arrayLength, arrayType); in ReadByteArray()
Dobject_factory.cpp2281 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size) in NewByteArray() function in panda::ecmascript::ObjectFactory