Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dvtune.rs50 fn notify_code(&mut self, module_name: &str, method_name: &str, code: &[u8]) { in notify_code() method
75 self.notify_code("wasmtime", name, code); in register_function()