Home
last modified time | relevance | path

Searched refs:CompiledFilesCache (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs225 CompiledFilesCache.Enabled = value; in EnableCompiledFilesCache()
255 …public SimpleFileCache CompiledFilesCache { get; } = new SimpleFileCache("compiler-cache", !Emulat… property in Antmicro.Renode.Core.EmulationManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs569 … if(!EmulationManager.Instance.CompiledFilesCache.TryGetEntryWithSha(sha, out var compiledCode)) in TryCompilePlugin()
579 … EmulationManager.Instance.CompiledFilesCache.StoreEntryWithSha(sha, compiledCode); in TryCompilePlugin()