Home
last modified time | relevance | path

Searched refs:reservedCount (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_record_pool.h83 PGOStringPool(const std::string &poolName, uint32_t reservedCount) in PGOStringPool() argument
85 pool_ = std::make_shared<PoolType>(poolName, reservedCount); in PGOStringPool()
H A Dpool_template.h42 PoolTemplate(std::string poolName, uint32_t reservedCount) in PoolTemplate() argument
43 : poolName_(std::move(poolName)), RESERVED_COUNT(reservedCount) {}; in PoolTemplate()

Completed in 3 milliseconds