Searched refs:GCNamePool (Results 1 – 1 of 1) sorted by relevance
362 static StringPool *GCNamePool; variable378 if (!GCNamePool) in setGC()379 GCNamePool = new StringPool(); in setGC()382 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()392 if (GCNamePool->empty()) { in clearGC()393 delete GCNamePool; in clearGC()394 GCNamePool = nullptr; in clearGC()