Home
last modified time | relevance | path

Searched defs:array1 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/
H A Dsnapshotserializehugeobject_fuzzer.cpp40 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(hugeSize + *data); in SnapshotSerializeHugeObjectFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/
H A Dsnapshotserializerange_fuzzer.cpp38 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(*data); in SnapshotSerializeRangeFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_invoke_test.cpp70 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(3); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Darray_native_test.cpp30 ets_booleanArray array1 = env_->NewBooleanArray(0); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
H A Dsnapshot_test.cpp72 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(ARRAY_SIZE * KILO_BITS / sizeof(uint8_t)); in CompatibilityHelper() local
302 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_class_file_test.cpp41 EtsArray *array1 = EtsObjectArray::Create(klass, 1000U); in InSamePackagePrologue() local
54 EtsArray *array1 = EtsFloatArray::Create(1000U); in InSamePackagePrologue() local
823 auto *array1 = EtsObjectArray::Create(klass, arrayLength); in TEST_F() local

Completed in 5 milliseconds