Searched defs:try_load_from_on_disk_cache (Results 1 – 3 of 3) sorted by relevance
82 fn try_load_from_on_disk_cache(self, dep_node: DepNode<Self::DepKind>) { in try_load_from_on_disk_cache() method
222 pub try_load_from_on_disk_cache: Option<fn(Tcx, DepNode<Tcx::DepKind>)>, field
370 fn try_load_from_on_disk_cache<'tcx, Q>(query: Q, tcx: TyCtxt<'tcx>, dep_node: DepNode) in try_load_from_on_disk_cache() function