Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/
H A Dprofiling_agent.rs74 fn register_module(&self, code: &[u8], custom_name: &dyn Fn(usize) -> Option<String>) { in register_module() method
130 fn register_module(&self, _code: &[u8], _custom_name: &dyn Fn(usize) -> Option<String>) {} in register_module() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs168 self.register_module(module, &engine, breakpoint_state)?; in store_code_base_or_register()
187 pub fn register_module( in register_module() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstance.rs228 modules.register_module(module, engine, breakpoints)?; in typecheck_externs()
308 let module_id = modules.register_module(module, engine, breakpoints)?; in new_raw()
977 modules.register_module(module, engine, breakpoints)?; in pre_instantiate_raw()
H A Dinstantiate.rs72 profiler.register_module(self.engine_code.image(), &|addr| { in register_profiling()
H A Dstore.rs1321 modules.register_module(module, engine, breakpoints)?; in debug_register_module()