Searched refs:TlibGetTotalExecutedInstructions (Results 1 – 1 of 1) sorted by relevance
194 … public override ulong ExecutedInstructions { get {return TlibGetTotalExecutedInstructions(); } }458 return TlibGetTotalExecutedInstructions(); in GetCurrentInstructionsCount()2025 private Func<ulong> TlibGetTotalExecutedInstructions; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU