Searched refs:register_function (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/ |
| H A D | vtune.rs | 68 fn register_function(&self, name: &str, code: &[u8]) { in register_function() method 69 self.state.lock().unwrap().register_function(name, code); in register_function() 74 fn register_function(&mut self, name: &str, code: &[u8]) { in register_function() method
|
| H A D | perfmap.rs | 56 fn register_function(&self, name: &str, code: &[u8]) { in register_function() method
|
| H A D | jitdump.rs | 53 fn register_function(&self, name: &str, code: &[u8]) { in register_function() method
|
| H A D | pulley.rs | 133 fn register_function(&self, name: &str, code: &[u8]) { in register_function() method
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | profiling_agent.rs | 67 fn register_function(&self, name: &str, code: &[u8]); in register_function() method 115 self.register_function(name, code) in register_module() 129 fn register_function(&self, _name: &str, _code: &[u8]) {} in register_function() method
|