Searched defs:Pool (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| H A 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() function
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | mem_pool.h | 27 class Pool { class 29 explicit constexpr Pool(size_t size, void *mem) : size_(size), mem_(mem) {} in Pool() function in panda::Pool 30 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool() function in panda::Pool [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | mem_pool.h | 37 class Pool { class 39 explicit constexpr Pool(size_t size, void *mem) : size_(size), mem_(mem) {} in Pool() function in ark::Pool 40 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool() function in ark::Pool [all...] |
| /arkcompiler/ets_frontend/test262/ |
| H A D | run_test262.py | 29 from multiprocessing import Pool namespace
|
Completed in 3 milliseconds