Home
last modified time | relevance | path

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

/wasmtime-44.0.1/pulley/src/interp/
H A Dtail_loop.rs68 dispatch(self.state, self.pc, self.executing_pc) in run()
75 executing_pc: ExecutingPcRef<'a>, in debug()
80 executing_pc, in debug()
87 executing_pc: ExecutingPcRef<'_>, in dispatch()
91 let mut debug = debug(state, pc, executing_pc); in dispatch()
95 tail_call!(handler(debug.0.state, debug.0.pc, debug.0.executing_pc)); in dispatch()
107 tail_call!(handler(i.0.state, i.0.pc, i.0.executing_pc)); in run_extended()
168 executing_pc: ExecutingPcRef<'_>,
170 let mut debug = debug(state, pc, executing_pc);
178 tail_call!(dispatch(debug.0.state, debug.0.pc, debug.0.executing_pc))
/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dpulley.rs147 let pc = interpreter.pulley().executing_pc(); in register_interpreter()
/wasmtime-44.0.1/pulley/src/
H A Dinterp.rs30 executing_pc: ExecutingPc, field
43 executing_pc: ExecutingPc::default(), in with_stack()
148 executing_pc: self.executing_pc.as_ref(), in call_run()
224 pub fn executing_pc(&self) -> &ExecutingPc { in executing_pc() method
225 &self.executing_pc in executing_pc()
231 self.executing_pc.set_done(); in drop()
1015 executing_pc: ExecutingPcRef<'a>, field
1175 self.executing_pc.record(self.pc.as_ptr().as_ptr() as usize); in record_executing_pc_for_profiling()
1300 executing_pc: pc.as_ref(), in simple_push_pop()