Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dpulley.rs138 .add_function(name, code) in register_function()
/wasmtime-44.0.1/pulley/src/
H A Dprofile.rs109 pub fn add_function(&mut self, name: &str, code: &[u8]) -> Result<()> { in add_function() method