MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / frame_size

Method frame_size

crates/ir-to-asm/src/compiler/function_context.rs:116–118  ·  view source on GitHub ↗

Total stack frame size in bytes.

(&self)

Source from the content-addressed store, hash-verified

114 pub fn ra_offset(&self) -> Option<usize> {
115 self.frame.ra_offset()
116 }
117
118 /// Saved callee-saved registers and their stack offsets.
119 pub fn saved_regs(&self) -> &[(u8, usize)] {
120 self.frame.saved_regs()
121 }

Callers 3

emit_prologueMethod · 0.45
emit_epilogueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected