Home
last modified time | relevance | path

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

/wasmtime-44.0.1/pulley/src/
H A Dprofile_disabled.rs7 pub(crate) struct ExecutingPc; struct
9 impl ExecutingPc { implementation
H A Dprofile.rs40 pub struct ExecutingPc(Arc<ExecutingPcState>); struct
48 impl ExecutingPc { impl
H A Dinterp.rs6 use crate::profile::{ExecutingPc, ExecutingPcRef};
30 executing_pc: ExecutingPc,
43 executing_pc: ExecutingPc::default(), in with_stack()
224 pub fn executing_pc(&self) -> &ExecutingPc { in executing_pc() argument
1293 let pc = ExecutingPc::default(); in simple_push_pop()
/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dpulley.rs40 use pulley_interpreter::profile::{ExecutingPc, Recorder, Samples};
91 interpreters: Vec<ExecutingPc>,