Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs521 traitobj: StorePtr, field
771 traitobj: StorePtr(None), in try_new()
797 inner.traitobj = StorePtr(Some(NonNull::from(&mut *inner))); in try_new()
2385 pub fn traitobj(&self) -> NonNull<dyn VMStore> { in traitobj() method
2386 self.traitobj.0.unwrap() in traitobj()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs737 store.traitobj(), in new()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs516 *self.as_mut().store_mut() = Some(VMStoreRawPtr(store.traitobj())); in set_store()