Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralAccessMethods.cs101 WrapMethods(t.Item1, t.Item2); in EnableAllTranslations()
234 public void WrapMethods(Type readWrapperType, Type writeWrapperType) in WrapMethods() method in Antmicro.Renode.Peripherals.Bus.PeripheralAccessMethods
311 WrapMethods(t.Item1, t.Item2); in RemoveWrappersOfType()
DSystemBus.cs312 … pam.WrapMethods(typeof(ReadLoggingWrapper<>), typeof(WriteLoggingWrapper<>)); in LogPeripheralAccess()