Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs124 let (module_index, def_func_index) = key.unwrap_defined_wasm_function(); in compile_function()
/wasmtime-44.0.1/crates/environ/src/
H A Dkey.rs488 pub fn unwrap_defined_wasm_function(self) -> (StaticModuleIndex, DefinedFuncIndex) { in unwrap_defined_wasm_function() method
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs242 let (module_index, def_func_index) = key.unwrap_defined_wasm_function(); in compile_function()