Home
last modified time | relevance | path

Searched defs:QueryInvocationId (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dprofiling.rs147 pub struct QueryInvocationId(pub u32); struct
409 pub fn query_cache_hit(&self, query_invocation_id: QueryInvocationId) { in query_cache_hit()
412 fn cold_call(profiler_ref: &SelfProfilerRef, query_invocation_id: QueryInvocationId) { in query_cache_hit()
465 query_invocation_id: QueryInvocationId, in instant_query_event()
658 pub fn map_query_invocation_id_to_string(&self, from: QueryInvocationId, to: StringId) { in map_query_invocation_id_to_string()
698 pub fn finish_with_query_invocation_id(self, query_invocation_id: QueryInvocationId) { in finish_with_query_invocation_id()
/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dgraph.rs50 impl From<DepNodeIndex> for QueryInvocationId { implementation