Searched defs:StringId (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/compiler/rustc_query_impl/src/ |
| D | profiling_support.rs | 29 fn def_id_to_string_id(&mut self, def_id: DefId) -> StringId { in def_id_to_string_id() 91 fn to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId; in to_self_profile_string() 102 ) -> StringId { in to_self_profile_string() 109 fn to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId { in to_self_profile_string() 116 fn spec_to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId; in spec_to_self_profile_string() 120 fn spec_to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId { in spec_to_self_profile_string() 126 fn spec_to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId { in spec_to_self_profile_string() 132 fn spec_to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId { in spec_to_self_profile_string() 138 fn spec_to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId { in spec_to_self_profile_string() 148 fn spec_to_self_profile_string(&self, builder: &mut QueryKeyStringBuilder<'_, '_>) -> StringId { in spec_to_self_profile_string()
|
| /third_party/rust/rust/compiler/rustc_data_structures/src/ |
| D | profiling.rs | 464 event_kind: fn(&SelfProfiler) -> StringId, in instant_query_event() 487 pub fn get_or_alloc_cached_string(&self, s: &str) -> Option<StringId> { in get_or_alloc_cached_string() 625 pub fn alloc_string<STR: SerializableString + ?Sized>(&self, s: &STR) -> StringId { in alloc_string() 658 pub fn map_query_invocation_id_to_string(&self, from: QueryInvocationId, to: StringId) { in map_query_invocation_id_to_string() 687 event_kind: StringId, in start()
|