Searched defs:poolName (Results 1 – 4 of 4) sorted by relevance
28 static maplebe::Insn CreateInsnObj(std::string poolName, maple::uint32 opc) in CreateInsnObj()35 static maplebe::BB CreateBBObj(uint32 bbID, std::string poolName) in CreateBBObj()
78 explicit MemPool(std::string poolName) : name_(std::move(poolName)) {} in MemPool()
42 PoolTemplate(std::string poolName, uint32_t reservedCount) in PoolTemplate()
83 PGOStringPool(const std::string &poolName, uint32_t reservedCount) in PGOStringPool()