Home
last modified time | relevance | path

Searched refs:AlignmentTest (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_allocator_test.cpp104 void AlignmentTest(bool useMalloc) const in AlignmentTest() function in ark::mem::FrameAllocatorTest
281 AlignmentTest<DEFAULT_FRAME_ALIGNMENT>(false); in TEST_F()
282 AlignmentTest<DEFAULT_FRAME_ALIGNMENT>(true); in TEST_F()
287 AlignmentTest<Alignment::LOG_ALIGN_4>(false); in TEST_F()
288 AlignmentTest<Alignment::LOG_ALIGN_4>(true); in TEST_F()
289 AlignmentTest<Alignment::LOG_ALIGN_5>(false); in TEST_F()
290 AlignmentTest<Alignment::LOG_ALIGN_5>(true); in TEST_F()
Dstack_like_allocator_test.cpp104 void AlignmentTest(StackLikeAllocator<ALIGNMENT> &alloc) in AlignmentTest() function
129 AlignmentTest(alloc); in TEST_F()
135 AlignmentTest(alloc4); in TEST_F()
137 AlignmentTest(alloc5); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dmemory_coalescing_test.cpp1027 TEST_F(MemoryCoalescingTest, AlignmentTest) in TEST_F() argument