Home
last modified time | relevance | path

Searched defs:ControlFlow (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/
H A Dbacktrace.rs116 pub fn trace(store: &StoreOpaque, mut f: impl FnMut(Frame) -> ControlFlow<()>) { in trace()
142 mut f: impl FnMut(Frame) -> ControlFlow<()>, in trace_suspended_continuation()
212 mut f: impl FnMut(Activation) -> ControlFlow<()>, in trace_with_trap_state()
307 mut f: impl FnMut(Activation) -> ControlFlow<()>, in trace_through_continuations()
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dserialize.rs71 pub enum ControlFlow { enum
537 fn make_control_flow(&mut self, best: HasControlFlow, order: &mut [usize]) -> ControlFlow { in make_control_flow()
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstep.rs1384 pub enum ControlFlow<'a> { enum