Home
last modified time | relevance | path

Searched defs:CompiledFunctionsTable (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule_artifacts.rs234 pub fn finish(self) -> CompiledFunctionsTable { in finish()
287 pub struct CompiledFunctionsTable { struct
292 namespaces: TryPrimaryMap<NamespaceIndex, FuncKeyNamespace>,
300 func_loc_starts: TryPrimaryMap<NamespaceIndex, FuncLocIndex>,
310 sparse_starts: TryPrimaryMap<NamespaceIndex, SparseIndex>,
321 src_loc_starts: TryPrimaryMap<NamespaceIndex, SrcLocIndex>,
351 impl CompiledFunctionsTable { argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs503 info_and_types: Option<(CompiledModuleInfo, CompiledFunctionsTable, ModuleTypes)>, in from_parts() argument
535 index: Arc<CompiledFunctionsTable>, in from_parts_raw()
H A Dinstantiate.rs52 index: Arc<CompiledFunctionsTable>, in from_artifacts()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs67 Option<(CompiledModuleInfo, CompiledFunctionsTable, ModuleTypes)>, in build_module_artifacts() argument
1159 fn unwrap_as_module_info(self) -> (CompiledModuleInfo, CompiledFunctionsTable) { in unwrap_as_module_info() argument