Searched refs:GCNamePool (Results 1 – 1 of 1) sorted by relevance
263 static StringPool *GCNamePool; variable279 if (!GCNamePool) in setGC()280 GCNamePool = new StringPool(); in setGC()283 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()293 if (GCNamePool->empty()) { in clearGC()294 delete GCNamePool; in clearGC()295 GCNamePool = 0; in clearGC()