Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dframe_table.rs34 pub struct FrameTableDescriptorIndex(pub(crate) u32); struct
35 impl FrameTableDescriptorIndex { impl
153 frame_descriptor: FrameTableDescriptorIndex, in frame_descriptor()
182 ) -> Option<impl Iterator<Item = (ModulePC, FrameTableDescriptorIndex, FrameStackShape)>> { in find_program_point() argument
204 Vec<(ModulePC, FrameTableDescriptorIndex, FrameStackShape)>, in into_program_points() argument
221 ) -> impl Iterator<Item = (ModulePC, FrameTableDescriptorIndex, FrameStackShape)> { in program_point_frame_iter() argument
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dframe_table.rs258 ) -> FrameTableDescriptorIndex { in add_frame_descriptor()
283 frames: &[(ModulePC, FrameTableDescriptorIndex, FrameStackShape)], in add_program_point() argument