Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dstack_map.rs4 struct StackMapSection<'a> { struct
10 impl<'a> StackMapSection<'a> { impl
11 fn parse(section: &'a [u8]) -> Option<StackMapSection<'a>> { in parse()
22 Some(StackMapSection { in parse()
77 StackMapSection::parse(section)?.lookup(pc) in lookup()
89 Some(StackMapSection::parse(section)?.into_iter()) in iter()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dstack_maps.rs73 pub struct StackMapSection { struct
80 impl StackMapSection { argument
163 let mut section = StackMapSection::default(); in roundtrip()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs40 ModulePC, ModuleTranslation, ModuleTypesBuilder, PtrSize, StackMapSection, StaticModuleIndex,
496 let mut stack_maps = StackMapSection::default(); in append_code()
1579 section: &mut StackMapSection, in clif_to_env_stack_maps() argument