MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / push_frame

Method push_frame

pulley/src/interp.rs:1999–2004  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1997 }
1998
1999 fn push_frame(&mut self) -> ControlFlow<Done> {
2000 self.push::<crate::PushFrame, _>(self.state.lr)?;
2001 self.push::<crate::PushFrame, _>(self.state.fp)?;
2002 self.state.fp = self.state[XReg::sp].get_ptr();
2003 ControlFlow::Continue(())
2004 }
2005
2006 #[inline]
2007 fn push_frame_save(&mut self, amt: u16, regs: UpperRegSet<XReg>) -> ControlFlow<Done> {

Callers

nothing calls this directly

Calls 1

get_ptrMethod · 0.80

Tested by

no test coverage detected