Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dextfunc.rs334 ext_func: self, in display()
342 ext_func: &'a ExtFuncData, field
348 if self.ext_func.colocated { in fmt()
351 if self.ext_func.patchable { in fmt()
357 self.ext_func.name.display(self.params), in fmt()
358 self.ext_func.signature in fmt()
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dfunction_runner.rs223 for (ext_ref, ext_func) in &func.dfg.ext_funcs { in apply_func_rename()
224 let old_name = match &ext_func.name { in apply_func_rename()
292 let ext_func = &cursor.func.dfg.ext_funcs[*func_ref]; in replace_hostcall_references() localVariable
293 let hostcall_addr = match &ext_func.name { in replace_hostcall_references()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dwrite.rs67 for (fnref, ext_func) in &func.dfg.ext_funcs { in super_preamble()
68 if ext_func.signature != SigRef::reserved_value() { in super_preamble()
74 &ext_func.display(Some(&func.params)), in super_preamble()