Home
last modified time | relevance | path

Searched defs:CompiledModuleId (Results 1 – 12 of 12) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dmodule_id.rs8 pub struct CompiledModuleId(NonZeroU64); struct
10 impl CompiledModuleId { implementation
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstantiate.rs85 pub fn unique_id(&self) -> CompiledModuleId { in unique_id()
H A Dvm.rs362 fn unique_id(&self) -> Option<CompiledModuleId> { in unique_id()
H A Dmodule.rs1104 pub(crate) fn id(&self) -> CompiledModuleId { in id()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs204 fn purge_module(&self, _: CompiledModuleId) {} in purge_module()
H A Dpooling.rs861 fn purge_module(&self, module: CompiledModuleId) { in purge_module()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs223 compiled_id: CompiledModuleId, in register()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dmemory.rs241 fn purge_module(&self, _: CompiledModuleId) { in purge_module()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs862 pub(crate) fn id(&self) -> CompiledModuleId { in id()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dmemory_pool.rs488 pub fn purge_module(&self, module: CompiledModuleId) { in purge_module()
H A Dindex_allocator.rs233 module_id: CompiledModuleId, in alloc_affine_and_clear_affinity()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs277 fn purge_module(&self, module: CompiledModuleId); in purge_module()