Searched refs:NewByteArray (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | byte_array_test.cpp | 62 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0() 80 JSHandle<ByteArray> byteArray = factory->NewByteArray(3, sizeof(value)); in HWTEST_F_L0()
|
| D | dump_test.cpp | 851 JSHandle<ByteArray> byteArray = factory->NewByteArray(4, 8); in HWTEST_F_L0()
|
| D | js_serializer_test.cpp | 1813 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test_3.cpp | 84 EXPECT_DEATH(env_->NewByteArray(-1), ""); in TEST_F() 109 ets_byteArray byteArray = env_->NewByteArray(10U); in TEST_F() 145 ets_byteArray byteArray = env_->NewByteArray(10U); in TEST_F()
|
| D | array_native_test_2.cpp | 67 ets_byteArray arr = env_->NewByteArray(5U); in TEST_F() 330 ets_byteArray arr = env_->NewByteArray(5U); in TEST_F()
|
| D | array_native_test.cpp | 35 ets_byteArray array2 = env_->NewByteArray(0); in TEST_F() 113 ets_byteArray array = env_->NewByteArray(src.size()); in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 293 JSHandle<ByteArray> newData = vm_->GetFactory()->NewByteArray( in RelocateConstantData()
|
| D | object_factory.h | 376 JSHandle<ByteArray> NewByteArray(uint32_t length, uint32_t size, void *srcData = nullptr,
|
| D | js_serializer.cpp | 1261 JSHandle<ByteArray> byteArray = factory_->NewByteArray(arrayLength, arrayType); in ReadByteArray()
|
| D | object_factory.cpp | 2654 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size, void *srcData, in NewByteArray() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 469 … thread->GetEcmaVM()->GetFactory()->NewByteArray(arrayLength, elementSize).GetTaggedValue()); in AllocateTypedArrayBuffer()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 378 ets_byteArray (*NewByteArray)(EtsEnv *env, ets_size length); member 1327 ets_byteArray NewByteArray(ets_size length) in NewByteArray() function 1329 return nativeInterface->NewByteArray(this, length); in NewByteArray()
|
| D | ets_napi_native_interface.cpp | 2148 NO_UB_SANITIZE static ets_byteArray NewByteArray(EtsEnv *env, ets_size length) in NewByteArray() function 2882 NewByteArray,
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1786 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0()
|