Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/I2C/
DI2CPeripheralBase.cs126 private readonly SimpleCache cache; field in Antmicro.Renode.Peripherals.I2C.I2CPeripheralBase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DDma2DColorMode.cs67 private static Dictionary<Dma2DColorMode, PixelFormat> cache; field in Antmicro.Renode.Peripherals.DMA.Dma2DColorModeExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs191 private readonly Dictionary<Type, Delegate> cache; field in Antmicro.Renode.Utilities.SmartParser
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSimpleCacheTests.cs280 private SimpleCache cache = new SimpleCache(); field in Antmicro.Renode.Utilities.SimpleCacheTests
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBinaryWriter.cs177 private readonly LRUCache<uint, byte[]> cache; field in Antmicro.Renode.Peripherals.CPU.TraceBinaryWriter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs278 private static readonly SimpleCache cache = new SimpleCache(); field in Antmicro.Renode.Utilities.TypeExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DPacket.cs466 private static readonly SimpleCache cache = new SimpleCache(); field in Antmicro.Renode.Utilities.Packets.Packet
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs95 private readonly Dictionary<string, IDisassembler> cache; field in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs1525 private readonly SimpleCache cache = new SimpleCache(); field in Antmicro.Renode.UserInterface.Monitor