Home
last modified time | relevance | path

Searched refs:FrameInstPos (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dframe_table.rs181 search_pos: FrameInstPos, in find_program_point() argument
183 let key = FrameInstPos::encode(search_pc, search_pos); in find_program_point()
203 FrameInstPos, in into_program_points() argument
209 let (pc, pos) = FrameInstPos::decode(pc_and_pos); in into_program_points()
380 pub enum FrameInstPos { enum
389 impl FrameInstPos { implementation
390 pub(crate) fn encode(pc: u32, pos: FrameInstPos) -> u32 { in encode()
398 pub(crate) fn decode(bits: u32) -> (u32, FrameInstPos) { in decode() argument
/wasmtime-44.0.1/src/commands/
H A Dobjdump.rs18 FilePos, FrameInstPos, FrameStackShape, FrameStateSlot, FrameTable, FrameTableDescriptorIndex,
575 FrameInstPos,
717 FrameInstPos::Post => &mut *pre_list, in frame_table()
718 FrameInstPos::Pre => &mut *post_list, in frame_table()
721 FrameInstPos::Post => "after previous inst", in frame_table()
722 FrameInstPos::Pre => "before next inst", in frame_table()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dframe_table.rs12 FrameInstPos, FrameStackShape, FrameStateSlotOffset, FrameTableDescriptorIndex, FrameValType,
280 pos: FrameInstPos, in add_program_point() argument
285 let pc_and_pos = FrameInstPos::encode(native_pc, pos); in add_program_point()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs26 DefinedFuncIndex, EntityIndex, FrameInstPos, FrameStackShape, FrameStateSlot,
682 let program_points = table.find_program_point(pc, FrameInstPos::Post) in decode()
837 if let Some(frames) = ft.find_program_point(pc, FrameInstPos::Post) { in gc_refs_in_frame()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs38 DefinedFuncIndex, FlagValue, FrameInstPos, FrameStackShape, FrameStateSlotBuilder,
1659 MachDebugTagPos::Post => FrameInstPos::Post, in clif_to_env_frame_tables()
1660 MachDebugTagPos::Pre => FrameInstPos::Pre, in clif_to_env_frame_tables()