Lines Matching refs:update_memory
87 fn update_memory(&self, mem: GM<Self::Bitmap>) -> Result<()>; in update_memory() method
215 fn update_memory(&mut self, mem: GM<Self::Bitmap>) -> Result<()>; in update_memory() method
336 fn update_memory(&self, mem: GM<Self::Bitmap>) -> Result<()> { in update_memory() method
337 self.deref().update_memory(mem) in update_memory()
421 fn update_memory(&self, mem: GM<Self::Bitmap>) -> Result<()> { in update_memory() method
422 self.lock().unwrap().update_memory(mem) in update_memory()
509 fn update_memory(&self, mem: GM<Self::Bitmap>) -> Result<()> { in update_memory() method
510 self.write().unwrap().update_memory(mem) in update_memory()
641 fn update_memory(&mut self, _atomic_mem: GuestMemoryAtomic<GuestMemoryMmap>) -> Result<()> { in update_memory() method
700 backend.update_memory(mem).unwrap(); in test_new_mock_backend_mutex()
735 backend.update_memory(mem.clone()).unwrap(); in test_new_mock_backend_rwlock()