Lines Matching refs:codegen
274 cfg.codegen.native_unwind_info = in to_wasmtime()
276 cfg.codegen.parallel_compilation = Some(false); in to_wasmtime()
324 cfg.codegen.collector = Some(self.wasmtime.collector.to_wasmtime()); in to_wasmtime()
333 self.wasmtime.codegen.configure(&mut cfg); in to_wasmtime()
335 cfg.codegen.inlining = self.wasmtime.inlining; in to_wasmtime()
341 cfg.codegen.cranelift.push(( in to_wasmtime()
347 cfg.codegen.cranelift.push(( in to_wasmtime()
354 cfg.codegen.cranelift.push(( in to_wasmtime()
372 cfg.codegen.cranelift_debug_verifier = Some(false); in to_wasmtime()
376 cfg.codegen.cranelift.push(( in to_wasmtime()
383 cfg.codegen.cranelift.push(( in to_wasmtime()
591 codegen: CodegenSettings, field
782 self.codegen.flags().iter().find_map(|(n, value)| { in codegen_flag()
898 config.codegen.compiler = Some(wasmtime::Strategy::Cranelift); in configure()
901 config.codegen.compiler = Some(wasmtime::Strategy::Winch); in configure()
904 config.codegen.compiler = Some(wasmtime::Strategy::Cranelift); in configure()