Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs55 struct CompilerContext { struct
64 impl Default for CompilerContext { argument
81 contexts: Mutex<Vec<CompilerContext>>,
209 debug_assert!(b.is::<Option<CompilerContext>>()); in box_dyn_any_compiler_context()
838 debug_assert!(!func.is::<Option<CompilerContext>>()); in compiled_function_relocation_targets()
851 .downcast_ref::<Option<CompilerContext>>() in calls()
876 .downcast_ref::<Option<CompilerContext>>() in size()
894 .downcast_mut::<Option<CompilerContext>>() in inline()
960 .downcast_mut::<Option<CompilerContext>>() in finish_compiling()
1178 .unwrap_or_else(|| CompilerContext { in function_compiler()
[all …]