Home
last modified time | relevance | path

Searched refs:record_executing_pc_for_profiling (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/pulley/src/interp/
H A Ddebug.rs87 self.0.record_executing_pc_for_profiling(); in before_visit()
/wasmtime-44.0.1/pulley/src/
H A Dinterp.rs1173 fn record_executing_pc_for_profiling(&mut self) { in record_executing_pc_for_profiling() method