Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/module/src/
H A Dmodule.rs959 self.define_function_with_control_plane(func, ctx, &mut ControlPlane::default()) in define_function()
967 fn define_function_with_control_plane( in define_function_with_control_plane() method
1073 fn define_function_with_control_plane( in define_function_with_control_plane() method
1079 (**self).define_function_with_control_plane(func, ctx, ctrl_plane) in define_function_with_control_plane()
1177 fn define_function_with_control_plane( in define_function_with_control_plane() method
1183 (**self).define_function_with_control_plane(func, ctx, ctrl_plane) in define_function_with_control_plane()
/wasmtime-44.0.1/cranelift/src/
H A Dcompile.rs115 module.define_function_with_control_plane( in handle_module()
/wasmtime-44.0.1/cranelift/jit/tests/
H A Dbasic.rs196 .define_function_with_control_plane(func_id, &mut ctx, &mut Default::default()) in libcall_function()
/wasmtime-44.0.1/cranelift/jit/src/
H A Dbackend.rs461 fn define_function_with_control_plane( in define_function_with_control_plane() method
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dfunction_runner.rs268 self.module.define_function_with_control_plane( in define_function()
/wasmtime-44.0.1/cranelift/object/src/
H A Dbackend.rs333 fn define_function_with_control_plane( in define_function_with_control_plane() method