| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | byte_array_test.cpp | 38 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0() 56 JSHandle<ByteArray> byteArray = factory->NewByteArray(3, sizeof(value)); in HWTEST_F_L0()
|
| D | dump_test.cpp | 966 JSHandle<ByteArray> byteArray = factory->NewByteArray(4, 8); 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/builtins/tests/ |
| D | builtins_sendable_arraybuffer_test.cpp | 258 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0() 329 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 127 void NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef length);
|
| D | new_object_stub_builder.cpp | 2271 NewByteArray(&buffer, &newByteArrayExit, elementSize, length); in NewTypedArray() 2325 NewByteArray(&buffer, &newByteArrayExit, elementSize, size); in NewFloat32ArrayWithSize() 2376 NewByteArray(&buffer, &newByteArrayExit, elementSize, length); in NewTypedArrayFromCtor() 2389 void NewObjectStubBuilder::NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef… in NewByteArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 164 … thread->GetEcmaVM()->GetFactory()->NewByteArray(arrayLength, elementSize).GetTaggedValue()); in AllocateTypedArrayBuffer() 220 thread->GetEcmaVM()->GetFactory()->NewByteArray(arrayLength, elementSize, nullptr, in AllocateTypedArrayBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 577 newData.Update(vm->GetFactory()->NewByteArray( in RelocateConstantData()
|
| D | object_factory.h | 394 JSHandle<ByteArray> NewByteArray(uint32_t length, uint32_t size, void *srcData = nullptr,
|
| D | object_factory.cpp | 2865 JSHandle<ByteArray> ObjectFactory::NewByteArray(uint32_t length, uint32_t size, void *srcData, in NewByteArray() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 376 ets_byteArray (*NewByteArray)(EtsEnv *env, ets_size length); member 1325 ets_byteArray NewByteArray(ets_size length) in NewByteArray() function 1327 return native_interface->NewByteArray(this, length); in NewByteArray()
|
| D | ets_napi_native_interface.cpp | 2150 NO_UB_SANITIZE static ets_byteArray NewByteArray(EtsEnv *env, ets_size length) in NewByteArray() function 2946 NewByteArray,
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 2218 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0()
|