Searched refs:ARRAY_SIZE (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | tlab_test.cpp | 95 constexpr size_t ARRAY_SIZE = 1024; 98 std::array<int *, ARRAY_SIZE> arr {}; 104 for (size_t i = 0; i < ARRAY_SIZE; ++i) { 112 for (size_t i = 0; i < ARRAY_SIZE; ++i) {
|
H A D | bump_allocator_test.cpp | 116 constexpr size_t ARRAY_SIZE = 1024; in DEATH_TEST_F() local 122 std::array<int *, ARRAY_SIZE> arr {}; in DEATH_TEST_F() 128 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in DEATH_TEST_F() 136 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in DEATH_TEST_F()
|
H A D | g1gc_test.cpp | 609 static constexpr size_t ARRAY_SIZE = 4; in TEST_F() local 617 std::array<size_t, ARRAY_SIZE> lenthsArray {bigLen, bigLen1, bigLen2, smallLen}; in TEST_F() 638 for (size_t i = 0; i < ARRAY_SIZE; i++) { in TEST_F() 666 for (size_t i = 0; i < ARRAY_SIZE; i++) { in TEST_F()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | arena_allocator_test.cpp | 54 static constexpr size_t ARRAY_SIZE = 1024; member in panda::ArenaAllocatorTest 82 std::array<T *, ARRAY_SIZE> arr; in AllocateWithAlignment() 88 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithAlignment() 95 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithAlignment() 108 std::array<T *, ARRAY_SIZE> arr; in AllocateWithDiffAlignment() 112 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithDiffAlignment() 121 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithDiffAlignment() 509 std::array<ComplexClass *, ARRAY_SIZE> arr; in HWTEST_F() 513 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in HWTEST_F() 519 for (size_t i = 0; i < ARRAY_SIZE; in HWTEST_F() [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | arena_allocator_test.cpp | 57 static constexpr size_t ARRAY_SIZE = 1024; member in ark::ArenaAllocatorTest 90 std::array<T *, ARRAY_SIZE> arr {}; in AllocateWithAlignment() 96 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithAlignment() 103 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithAlignment() 116 std::array<T *, ARRAY_SIZE> arr {}; in AllocateWithDiffAlignment() 120 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithDiffAlignment() 129 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in AllocateWithDiffAlignment() 529 std::array<ComplexClass *, ARRAY_SIZE> arr {}; in TEST_F() 533 for (size_t i = 0; i < ARRAY_SIZE; ++i) { in TEST_F() 539 for (size_t i = 0; i < ARRAY_SIZE; in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
H A D | ets_finalizable_weak_ref_test.cpp | 170 static constexpr size_t ARRAY_SIZE = 1024U; in TEST_F() local 174 handle = EtsHandle<EtsObject>(coro, EtsObjectArray::Create(objectClass, ARRAY_SIZE)->AsObject()); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
H A D | snapshot_test.cpp | 67 static constexpr uint32_t ARRAY_SIZE = 300; in CompatibilityHelper() local 72 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(ARRAY_SIZE * KILO_BITS / sizeof(uint8_t)); in CompatibilityHelper()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/items_pool/ |
H A D | test_items_pool.cpp | 24 static constexpr size_t ARRAY_SIZE = 2045; member in ark::ets::interop::js::ets_proxy::testing::ItemsPoolTest 28 using Item = std::array<char, ARRAY_SIZE>;
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 53 const uint64_t ARRAY_SIZE = 10; variable 1160 T ret_data[ARRAY_SIZE]; in TestStrz() 1162 for (uint64_t j = 0; j < ARRAY_SIZE; ++j) { in TestStrz()
|
Completed in 13 milliseconds