Searched refs:AddToPoolMap (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 46 …void AddToPoolMap(Pool pool, SpaceType space_type, AllocatorType allocator_type, void *allocator_a… in AddToPoolMap() function in panda::PoolMapTest 150 …AddToPoolMap(first_pool, FIRST_SPACE_TYPE, FIRST_ALLOCATOR_TYPE, ToVoidPtr(first_pool_allocator_he… 151 AddToPoolMap(second_pool, SECOND_SPACE_TYPE, SECOND_ALLOCATOR_TYPE); 179 AddToPoolMap(pool, space, allocator);
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 50 …void AddToPoolMap(Pool pool, SpaceType spaceType, AllocatorType allocatorType, void *allocatorAddr… in AddToPoolMap() function in ark::PoolMapTest 158 …AddToPoolMap(firstPool, FIRST_SPACE_TYPE, FIRST_ALLOCATOR_TYPE, ToVoidPtr(firstPoolAllocatorHeader… in TEST_F() 159 AddToPoolMap(secondPool, SECOND_SPACE_TYPE, SECOND_ALLOCATOR_TYPE); in TEST_F() 186 AddToPoolMap(pool, space, allocator); in TEST_F()
|