Searched refs:custom_code_memory (Results 1 – 5 of 5) sorted by relevance
35 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, field61 if let Some(mem) = self.custom_code_memory.as_ref() { in drop()267 custom_code_memory: engine.custom_code_memory().cloned(), in new()478 if let Some(mem) = self.custom_code_memory.as_ref() { in custom_publish()547 if let Some(mem) = self.custom_code_memory.as_ref() { in custom_unpublish()
12 mod custom_code_memory; module
809 pub(crate) fn custom_code_memory(&self) -> Option<&Arc<dyn CustomCodeMemory>> { in custom_code_memory() method810 self.config().custom_code_memory.as_ref() in custom_code_memory()868 self.custom_code_memory() in required_code_alignment()
163 pub(crate) custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, field269 custom_code_memory: None, in new()1587 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, in with_custom_code_memory()1589 self.custom_code_memory = custom_code_memory; in with_custom_code_memory()
158 .custom_code_memory() in custom_alignment()