Home
last modified time | relevance | path

Searched defs:pool_ (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/common_components/taskpool/tests/
Dtaskpool_test.cpp74 Taskpool pool_; member in common::TaskpoolTest::ScopedTaskpool
/arkcompiler/runtime_core/static_core/verification/util/
Dobj_pool.h143 ObjPool *pool_; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_profile_type_pool.h182 std::shared_ptr<PoolType> pool_; variable
Dpool_template.h249 std::unordered_map<ApEntityId, Entry> pool_; variable
Dpgo_record_pool.h154 std::shared_ptr<PoolType> pool_; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmmap_mem_pool.h42 : pool_(pool), returnedToOs_(returnedToOs), freePoolsIter_(freePoolsIter) in pool_() function