Home
last modified time | relevance | path

Searched defs:code (Results 1 – 20 of 20) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DIAssembler.cs12 byte[] AssembleBlock(ulong pc, string code, uint flags); in AssembleBlock()
DLLVMAssembler.cs25 public byte[] AssembleBlock(ulong pc, string code, uint flags) in AssembleBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs170 protected void Execute(CompiledCode code) in Execute()
175 protected void Execute(CompiledCode code, Action<string> errorCallback) in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DGPIOPythonEngine.cs48 private CompiledCode code; field in Antmicro.Renode.Hooks.GPIOPythonEngine
DSyncPointHookPythonEngine.cs51 private CompiledCode code; field in Antmicro.Renode.Hooks.SyncPointHookPythonEngine
DUserStatePythonEngine.cs50 private CompiledCode code; field in Antmicro.Renode.Hooks.UserStatePythonEngine
DWatchpointHookPythonEngine.cs52 private CompiledCode code; field in Antmicro.Renode.Hooks.WatchpointHookPythonEngine
DPSCIPythonEngine.cs48 private CompiledCode code; field in Antmicro.Renode.Hooks.PSCIPythonEngine
DRegisterCollectionHookPythonEngine.cs53 private CompiledCode code; field in Antmicro.Renode.Hooks.RegisterCollectionHookPythonEngine
DInterruptPythonEngine.cs51 private CompiledCode code; field in Antmicro.Renode.Hooks.InterruptPythonEngine
DUartPythonEngine.cs53 private CompiledCode code; field in Antmicro.Renode.Hooks.UartPythonEngine
DWFIPythonEngine.cs51 private CompiledCode code; field in Antmicro.Renode.Hooks.WFIPythonEngine
DBlockPythonEngine.cs64 private CompiledCode code; field in Antmicro.Renode.Hooks.BlockPythonEngine
DPacketInterceptionPythonEngine.cs67 private CompiledCode code; field in Antmicro.Renode.Hooks.PacketInterceptionPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscVInstructionPythonEngine.cs76 private CompiledCode code; field in Antmicro.Renode.Hooks.RiscVInstructionPythonEngine
DRiscVCsrPythonEngine.cs114 private CompiledCode code; field in Antmicro.Renode.Hooks.RiscVCsrPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DVideoCapturer.cs225 private static bool DoIoctl(IoctlCode code, IntPtr data) in DoIoctl()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPeripheralPythonEngine.cs81 private CompiledCode code; field in Antmicro.Renode.Peripherals.Python.PeripheralPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorExecutorExtensions.cs89 private CompiledCode code; field in Antmicro.Renode.UserInterface.MonitorExecutorExtensions.ExecutorPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DSilabs_SecureElement.cs241 private void WriteResponse(ResponseCode code, uint commandHandle) in WriteResponse()