Home
last modified time | relevance | path

Searched refs:MachineState (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/pulley/src/interp/
H A Dtail_loop.rs39 type Handler = fn(&mut MachineState, UnsafeBytecodeStream, ExecutingPcRef<'_>) -> Done;
73 state: &'a mut MachineState, in debug() argument
85 state: &mut MachineState, in dispatch() argument
100 state: &mut MachineState, in run_extended() argument
166 state: &mut MachineState,
/wasmtime-44.0.1/docs/
H A Dexamples-pulley.md129 This state lives in [`MachineState`] which is in turned stored in a [`Vm`].
240 [`MachineState`]: https://docs.rs/pulley-interpreter/latest/pulley_interpreter/interp/struct.Machin…
/wasmtime-44.0.1/pulley/src/
H A Dinterp.rs29 state: MachineState,
48 pub fn state(&self) -> &MachineState { in state() argument
739 pub struct MachineState { struct
750 unsafe impl Send for MachineState {} argument
751 unsafe impl Sync for MachineState {} implementation
809 impl fmt::Debug for MachineState { implementation
811 let MachineState { in fmt() localVariable
869 impl Index<$reg_ty> for MachineState {
893 impl MachineState { implementation
959 impl MachineState { implementation
[all …]