Searched refs:StackType (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/ |
| H A D | ops.rs | 3 use crate::generators::gc_ops::types::StackType; 386 let mut stack: Vec<StackType> = Vec::new(); in fixup() 398 StackType::fixup(ty, &mut stack, &mut new_ops, num_types); in fixup() 403 StackType::emit(op, &mut stack, &mut new_ops, num_types, &mut result_types); in fixup() 661 pub(crate) fn operand_types(&self, out: &mut Vec<Option<StackType>>) { in operand_types() argument 670 use StackType::*; in operand_types() 680 let operands: [Option<StackType>; _] = $operands; in operand_types() 690 pub(crate) fn result_types(&self, out: &mut Vec<StackType>) { in result_types() argument 700 use StackType::*; in result_types() 710 let results: [StackType; _] = $results; in result_types()
|
| H A D | types.rs | 489 pub enum StackType { enum 496 impl StackType { impl 499 req: Option<StackType>, in fixup() argument 500 stack: &mut Vec<StackType>, in fixup() argument
|