Searched refs:GCRegistry (Results 1 – 8 of 8) sorted by relevance
157 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()167 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
47 static GCRegistry::Add<ShadowStackGC>
29 static GCRegistry::Add<OcamlGC> X("ocaml", "ocaml 3.10-compatible GC");
36 static GCRegistry::Add<ErlangGC> X("erlang",
50 static GCRegistry::Add<CoreCLRGC> X("coreclr", "CoreCLR-compatible GC");
50 static GCRegistry::Add<StatepointGC> X("statepoint-example",
174 typedef Registry<GCStrategy> GCRegistry; typedef
622 GCRegistry::Add<MyGC>