Searched refs:LiftedFunction (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | dfg.rs | 242 LiftedFunction { enumerator 792 Export::LiftedFunction { ty, func, options } => { in export() 795 info::Export::LiftedFunction { in export()
|
| H A D | info.rs | 466 LiftedFunction { enumerator
|
| H A D | types_builder.rs | 134 Export::LiftedFunction { ty, .. } => TypeDef::ComponentFunc(*ty), in export_type_def()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | instance.rs | 169 Export::LiftedFunction { .. } => {} in get_func() 267 | Export::LiftedFunction { .. } in get_resource()
|
| H A D | component.rs | 895 Export::LiftedFunction { ty, func, options } => (*ty, func, *options), in export_lifted_function()
|
| H A D | types.rs | 1176 Export::LiftedFunction { ty: idx, .. } => { in from_export()
|
| /wasmtime-44.0.1/crates/environ/src/component/translate/ |
| H A D | inline.rs | 1657 dfg::Export::LiftedFunction { ty, func, options } in record_export()
|