Home
last modified time | relevance | path

Searched refs:ExecutingPcRef (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/pulley/src/
H A Dprofile_disabled.rs10 pub(crate) fn as_ref(&self) -> ExecutingPcRef<'_> { in as_ref()
11 ExecutingPcRef { in as_ref()
21 pub(crate) struct ExecutingPcRef<'a> { struct
25 impl ExecutingPcRef<'_> { impl
H A Dprofile.rs49 pub(crate) fn as_ref(&self) -> ExecutingPcRef<'_> { in as_ref()
50 ExecutingPcRef(&self.0.current_pc) in as_ref()
75 pub(crate) struct ExecutingPcRef<'a>(&'a AtomicUsize); struct
77 impl ExecutingPcRef<'_> { implementation
H A Dinterp.rs6 use crate::profile::{ExecutingPc, ExecutingPcRef};
1015 executing_pc: ExecutingPcRef<'a>,
/wasmtime-44.0.1/pulley/src/interp/
H A Dtail_loop.rs33 use crate::profile::ExecutingPcRef;
39 type Handler = fn(&mut MachineState, UnsafeBytecodeStream, ExecutingPcRef<'_>) -> Done;
75 executing_pc: ExecutingPcRef<'a>, in debug()
87 executing_pc: ExecutingPcRef<'_>, in dispatch()
102 pc_ref: ExecutingPcRef<'_>, in run_extended()
168 executing_pc: ExecutingPcRef<'_>,