Home
last modified time | relevance | path

Searched defs:define_function (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/module/src/
H A Dmodule.rs958 fn define_function(&mut self, func: FuncId, ctx: &mut Context) -> ModuleResult<()> { in define_function() method
1069 fn define_function(&mut self, func: FuncId, ctx: &mut Context) -> ModuleResult<()> { in define_function() method
1173 fn define_function(&mut self, func: FuncId, ctx: &mut Context) -> ModuleResult<()> { in define_function() method
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dfunction_runner.rs255 pub fn define_function( in define_function() method