Searched defs:CompiledModuleId (Results 1 – 12 of 12) sorted by relevance
8 pub struct CompiledModuleId(NonZeroU64); struct10 impl CompiledModuleId { implementation
85 pub fn unique_id(&self) -> CompiledModuleId { in unique_id()
362 fn unique_id(&self) -> Option<CompiledModuleId> { in unique_id()
1104 pub(crate) fn id(&self) -> CompiledModuleId { in id()
204 fn purge_module(&self, _: CompiledModuleId) {} in purge_module()
861 fn purge_module(&self, module: CompiledModuleId) { in purge_module()
223 compiled_id: CompiledModuleId, in register()
241 fn purge_module(&self, _: CompiledModuleId) { in purge_module()
862 pub(crate) fn id(&self) -> CompiledModuleId { in id()
488 pub fn purge_module(&self, module: CompiledModuleId) { in purge_module()
233 module_id: CompiledModuleId, in alloc_affine_and_clear_affinity()
277 fn purge_module(&self, module: CompiledModuleId); in purge_module()