Searched refs:GCNamePool (Results 1 – 1 of 1) sorted by relevance
307 static StringPool *GCNamePool; variable323 if (!GCNamePool) in setGC()324 GCNamePool = new StringPool(); in setGC()327 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()337 if (GCNamePool->empty()) { in clearGC()338 delete GCNamePool; in clearGC()339 GCNamePool = 0; in clearGC()