Home
last modified time | relevance | path

Searched defs:string_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_query_impl/src/
Dprofiling_support.rs14 string_cache: &'p mut QueryKeyStringCache, field
244 let mut string_cache = QueryKeyStringCache::new(); in alloc_self_profile_query_strings() localVariable
/third_party/rust/rust/compiler/rustc_data_structures/src/
Dprofiling.rs537 string_cache: RwLock<FxHashMap<String, StringId>>, field
639 let string_cache = self.string_cache.read(); in get_or_alloc_cached_string() localVariable
646 let mut string_cache = self.string_cache.write(); in get_or_alloc_cached_string() localVariable
/third_party/rust/rust/src/tools/miri/src/
Dmachine.rs428 string_cache: FxHashMap<String, measureme::StringId>, field