Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dlib.rs53 pub fn cold_path<F: FnOnce() -> R, R>(f: F) -> R { in cold_path() function
/third_party/rust/rust/compiler/rustc_arena/src/
Dlib.rs40 fn cold_path<F: FnOnce() -> R, R>(f: F) -> R { in cold_path() function