Home
last modified time | relevance | path

Searched defs:stack_maps (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/src/commands/
H A Dobjdump.rs71 stack_maps: Option<Option<bool>>, field
99 fn stack_maps(&self) -> bool { in stack_maps() method
566 stack_maps: Option<Peekable<Box<dyn Iterator<Item = (u32, StackMap<'a>)> + 'a>>>, field
633 fn stack_maps(&mut self, address: u64, list: &mut Vec<String>) { in stack_maps() method
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs23 mod stack_maps; module
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs496 let mut stack_maps = StackMapSection::default(); in append_code() localVariable