Searched refs:GCNamePool (Results 1 – 1 of 1) sorted by relevance
374 static StringPool *GCNamePool; variable390 if (!GCNamePool) in setGC()391 GCNamePool = new StringPool(); in setGC()394 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()404 if (GCNamePool->empty()) { in clearGC()405 delete GCNamePool; in clearGC()406 GCNamePool = nullptr; in clearGC()