Lines Matching defs:FrameLayout
499 ) -> FrameLayout; in compute_frame_layout()
508 frame_layout: &FrameLayout, in gen_prologue_frame_setup()
516 frame_layout: &FrameLayout, in gen_epilogue_frame_restore()
523 frame_layout: &FrameLayout, in gen_return()
545 frame_layout: &FrameLayout, in gen_clobber_save()
555 frame_layout: &FrameLayout, in gen_clobber_restore()
1035 pub struct FrameLayout { struct
1038 pub word_bytes: u32,
1050 pub incoming_args_size: u32,
1056 pub tail_args_size: u32,
1065 pub setup_area_size: u32,
1070 pub clobber_size: u32,
1094 impl FrameLayout { implementation
2333 pub fn frame_layout(&self) -> &FrameLayout { in frame_layout()
2562 layout: &FrameLayout, in exception_handlers()