Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule.rs356 pub functions: TryPrimaryMap<FuncIndex, FunctionType>,
622 .push(FunctionType { in push_function()
785 pub struct FunctionType { struct
794 impl TypeTrace for FunctionType { argument
810 impl FunctionType { implementation
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dexception_ops.rs356 BlockType::FunctionType(catch_block_type_base + scenario.throw_tag); in encode()
366 let bt = BlockType::FunctionType(catch_block_type_base + decoy_tag); in encode()
/wasmtime-44.0.1/crates/environ/src/fact/
H A Dtrampoline.rs3469 BlockType::FunctionType(ty) in convert_variant()