Home
last modified time | relevance | path

Searched refs:push_function (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wizer/src/
H A Dinfo.rs101 pub(crate) fn push_function(&mut self, func_type: u32) { in push_function() method
123 self.push_function(ty_idx); in push_import()
H A Dparse.rs72 module.push_function(ty_idx?); in function_section()
/wasmtime-44.0.1/crates/environ/src/
H A Dmodule.rs619 pub fn push_function(&mut self, signature: impl Into<EngineOrModuleTypeIndex>) -> FuncIndex { in push_function() method
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs397 self.result.module.push_function(interned_index); in translate_payload()
839 .push_function(ty.unwrap_module_type_index()); in push_type()
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Daddress_transform.rs508 .push_function(wasmtime_environ::ModuleInternedTypeIndex::from_u32(0)); in mock()