Home
last modified time | relevance | path

Searched refs:SkipInstructions (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs144 currentInstructionsCount += cpu.SkipInstructions + cpu.SkippedInstructions; in GetInstructionsDelta()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs148 SkipInstructions += instructions; in SkipTime()
857 public virtual ulong SkipInstructions property in Antmicro.Renode.Peripherals.CPU.BaseCPU
DTranslationCPU.cs1365 public override ulong SkipInstructions property in Antmicro.Renode.Peripherals.CPU.TranslationCPU
1367 get => base.SkipInstructions;
1376 base.SkipInstructions = value;