Home
last modified time | relevance | path

Searched defs:StackType (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dtypes.rs489 pub enum StackType { enum
496 impl StackType { implementation
499 req: Option<StackType>, in fixup()
500 stack: &mut Vec<StackType>, in fixup()
H A Dops.rs661 pub(crate) fn operand_types(&self, out: &mut Vec<Option<StackType>>) { in operand_types()
690 pub(crate) fn result_types(&self, out: &mut Vec<StackType>) { in result_types()