At this point all relevant mapping should be loaded in the virtual memory.
| 312 | |
| 313 | // At this point all relevant mapping should be loaded in the virtual memory. |
| 314 | void SharedCache::ProcessEntryImages(const CacheEntry& entry) |
| 315 | { |
| 316 | for (const auto& [imagePath, imageInfo] : entry.GetImages()) |
| 317 | ProcessEntryImage(imagePath, imageInfo); |
| 318 | } |
| 319 | |
| 320 | // At this point all relevant mapping should be loaded in the virtual memory. |
| 321 | void SharedCache::ProcessEntryRegions(const CacheEntry& entry) |
no test coverage detected