Home
last modified time | relevance | path

Searched defs:Pool (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/tests/
H A 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() function
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem_pool.h27 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 Dmem_pool.h37 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 Drun_test262.py29 from multiprocessing import Pool namespace

Completed in 4 milliseconds