Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Denv.rs187 let import = self.translation.module.is_imported_function(idx); in callee_from_index()
/wasmtime-44.0.1/crates/environ/src/
H A Dmodule.rs443 pub fn is_imported_function(&self, index: FuncIndex) -> bool { in is_imported_function() method
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs1473 assert!(self.module.is_imported_function(func_index)); in make_imported_func_ref()