Home
last modified time | relevance | path

Searched refs:incremental_cache_ctx (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs58 incremental_cache_ctx: Option<IncrementalCacheContext>, field
69 incremental_cache_ctx: None, in default()
100 if let Some(ref cache_ctx) = ctx.incremental_cache_ctx { in drop()
1180 incremental_cache_ctx: self.cache_store.as_ref().map(|cache_store| { in function_compiler()
1485 compile_maybe_cached(context, isa, self.cx.incremental_cache_ctx.as_mut()); in finish_with_info()