Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs569 engine.run_maybe_parallel::<_, _, Error, _>(self.inputs, |f| { in compile()
581 engine.run_maybe_parallel(self.inputs, |f| f(compiler))? in compile()
619 engine.run_maybe_parallel(self.inputs, |f| f(compiler).map(Some))?, in compile_with_inlining()
751 engine.run_maybe_parallel(outputs.into(), |output| { in compile_with_inlining()
982 raw_outputs.extend(engine.run_maybe_parallel(new_inputs, |c| c(compiler))?); in compile_required_builtins()
H A Dengine.rs182 pub(crate) fn run_maybe_parallel< in run_maybe_parallel() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs598 engine.run_maybe_parallel(functions, |(validator, body)| { in validate()