Searched defs:Pool (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | mem_pool.h | 29 explicit constexpr Pool(size_t size, void *mem) : size_(size), mem_(mem) {} in Pool() function 30 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool() function
|
| D | mmap_mem_pool-inl.h | 424 inline void MmapMemPool::AddToNonObjectPoolsMap(std::tuple<Pool, AllocatorInfo, SpaceType> pool_inf… in AddToNonObjectPoolsMap()
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | obj_pool_test.cpp | 32 struct Pool : public ObjPool<S, std::vector, I, C> { struct 33 Pool(I i, C c) : ObjPool<S, std::vector, I, C> {i, c} {} in Pool() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | mem_pool.h | 39 explicit constexpr Pool(size_t size, void *mem) : size_(size), mem_(mem) {} in Pool() function 40 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool() function
|
| D | mmap_mem_pool-inl.h | 517 inline void MmapMemPool::AddToNonObjectPoolsMap(std::tuple<Pool, AllocatorInfo, SpaceType> poolInfo) in AddToNonObjectPoolsMap()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/items_pool/ |
| D | test_items_pool.cpp | 29 using Pool = ItemsPool<Item, 3U>; typedef in ark::ets::interop::js::ets_proxy::testing::ItemsPoolTest
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 10277 Pool: $t, property 10333 Pool: $t, property 19943 Pool: $r, property
|