Searched refs:GCNamePool (Results 1 – 1 of 1) sorted by relevance
261 static StringPool *GCNamePool; variable277 if (!GCNamePool) in setGC()278 GCNamePool = new StringPool(); in setGC()281 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()291 if (GCNamePool->empty()) { in clearGC()292 delete GCNamePool; in clearGC()293 GCNamePool = 0; in clearGC()