Home
last modified time | relevance | path

Searched defs:poolName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_cgbb_test.cpp28 static maplebe::Insn CreateInsnObj(std::string poolName, maple::uint32 opc) in CreateInsnObj()
35 static maplebe::BB CreateBBObj(uint32 bbID, std::string poolName) in CreateBBObj()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem_pool.h78 explicit MemPool(std::string poolName) : name_(std::move(poolName)) {} in MemPool()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpool_template.h42 PoolTemplate(std::string poolName, uint32_t reservedCount) in PoolTemplate()
Dpgo_record_pool.h83 PGOStringPool(const std::string &poolName, uint32_t reservedCount) in PGOStringPool()