| 381 | |
| 382 | private: |
| 383 | CompilerCache() { |
| 384 | // Make sure the allocator is fully |
| 385 | // initialized before the compiler cache |
| 386 | allocator::allocator(); |
| 387 | } |
| 388 | |
| 389 | friend CompilerCache& compiler_cache(); |
| 390 | std::unordered_map<std::uintptr_t, std::vector<CacheEntry>> cache_; |
nothing calls this directly
no outgoing calls
no test coverage detected