Searched refs:RandomTestInBounds (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 137 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t num_iter = NUM_ITER_PER_TEST) in RandomTestInBounds() function 196 RandomTestInBounds(0, RANDOM_AREA_SIZE); in TEST() 197 RandomTestInBounds(MAX_PTR - RANDOM_AREA_SIZE, MAX_PTR); in TEST() 204 RandomTestInBounds(position - RANDOM_AREA_SIZE, position); in TEST() 206 RandomTestInBounds(position, position + RANDOM_AREA_SIZE); in TEST()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 182 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t numIter = NUM_ITER_PER_TEST) in RandomTestInBounds() function 218 RandomTestInBounds(0U, RANDOM_AREA_SIZE); in TEST() 219 RandomTestInBounds(MAX_PTR - RANDOM_AREA_SIZE, MAX_PTR); in TEST() 226 RandomTestInBounds(position - RANDOM_AREA_SIZE, position); in TEST() 228 RandomTestInBounds(position, position + RANDOM_AREA_SIZE); in TEST()
|