Home
last modified time | relevance | path

Searched defs:Pool (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dmem_pool.h29 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
Dmmap_mem_pool-inl.h424 inline void MmapMemPool::AddToNonObjectPoolsMap(std::tuple<Pool, AllocatorInfo, SpaceType> pool_inf… in AddToNonObjectPoolsMap()
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dobj_pool_test.cpp32 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/
Dmem_pool.h39 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
Dmmap_mem_pool-inl.h517 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/
Dtest_items_pool.cpp29 using Pool = ItemsPool<Item, 3U>; typedef in ark::ets::interop::js::ets_proxy::testing::ItemsPoolTest
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10277 Pool: $t, property
10333 Pool: $t, property
19943 Pool: $r, property