Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dobj.rs122 compiled_func: &'a CompiledFunction, in append_func()
125 let body = compiled_func.buffer.data(); in append_func()
126 let alignment = compiled_func.alignment; in append_func()
143 if let Some(info) = compiled_func.unwind_info() { in append_func()
147 for r in compiled_func.relocations() { in append_func()
H A Dcompiler.rs973 let compiled_func = if let Some(input) = input { in finish_compiling() localVariable
983 func_body.code = box_dyn_any_compiled_function(compiled_func); in finish_compiling()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs1096 let (_, _, compiled_func) = &compiled_funcs[i]; in link_and_append_code()
1097 (symbol, &**compiled_func) in link_and_append_code()