Searched refs:symtab_saved_to_cache (Results 1 – 2 of 2) sorted by relevance
57 module.try_emplace("symbolTableSavedToCache", symtab_saved_to_cache); in ToJSON()233 module_stat.symtab_saved_to_cache = symtab->GetWasSavedToCache(); in ReportStatistics()234 if (module_stat.symtab_saved_to_cache) in ReportStatistics()
119 bool symtab_saved_to_cache = false; member