Home
last modified time | relevance | path

Searched defs:store_code (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs69 store_code: TryBTreeMap<EngineCodePC, StoreCodePC>, field
147 pub fn store_code(&self, engine_code: &EngineCode) -> Option<&StoreCode> { in store_code() method
241 let store_code = StoreCode::new(engine, code)?; in register() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode.rs410 store_code: &'a StoreCode, field
420 let store_code = registry.store_code(module.engine_code())?; in in_store() localVariable
434 pub fn store_code(&self) -> &'a StoreCode { in store_code() method
H A Ddebug.rs1200 let store_code = self.registry.store_code_mut(store_code_base).unwrap(); in drop() localVariable