Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs992 struct CraneliftCacheStore(Arc<dyn CacheStore>); struct
994 impl cranelift_codegen::incremental_cache::CacheKvStore for CraneliftCacheStore { implementation
1013 let mut cache_store = CraneliftCacheStore(cache_ctx.cache_store.clone()); in compile_maybe_cached()