Searched refs:store_data (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | alias_analysis.rs | 284 let store_data = inst_store_data(func, inst).unwrap(); in process_inst() localVariable 285 let store_data = func.dfg.resolve_aliases(store_data); in process_inst() localVariable 296 store_data.index(), in process_inst() 299 self.mem_values.insert(mem_loc, (inst, store_data)); in process_inst()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | store.rs | 246 let (store_data, registry) = store.store_data_mut_and_registry(); in get_mut_and_registry() 247 let instance = self.from_data_get_mut(store_data); in get_mut_and_registry() 283 self.store_data().components.trapped in trapped() 291 &self.store_data().components in component_data() 312 self.store_data().component_instance(id) in component_instance()
|
| H A D | instance.rs | 733 store.store_data().components.next_component_instance_id(), in new() 1059 store.store_data().component_instance(self.id) in instance()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | store.rs | 520 store_data: StoreData, field 736 let store_data = StoreData::new(engine); in try_new() localVariable 770 store_data, in try_new() 793 let store_data = in try_new() localVariable 795 inner.inner.vm_store_context.store_data = store_data.into(); in try_new() 1629 self.store_data.id() in id() 1664 pub fn store_data(&self) -> &StoreData { in store_data() method 1665 &self.store_data in store_data() 1670 &mut self.store_data in store_data_mut() 1674 (&mut self.store_data, &self.modules) in store_data_mut_and_registry() [all …]
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/store/ |
| H A D | data.rs | 62 self.store_data.index(index) in index() 72 self.store_data.index_mut(index) in index_mut()
|
| /wasmtime-44.0.1/crates/fuzzing/tests/oom/ |
| H A D | store.rs | 19 fn store_data() -> Result<()> { in store_data() function
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | vmcontext.rs | 1213 pub store_data: VmPtr<()>, field 1309 store_data: VmPtr::dangling(), in default() 1377 offset_of!(VMStoreContext, store_data), in field_offsets()
|