Lines Matching refs:CurrentCycle
23 : InstructionView(sti, Printer, S), CurrentCycle(0), in TimelineView()
67 if (CurrentCycle < MaxCycle) in onEvent()
68 TVEntry.CycleRetired = CurrentCycle; in onEvent()
80 if (CurrentCycle > TVEntry.CycleExecuted) { in onEvent()
82 (CurrentCycle - 1) - TVEntry.CycleExecuted; in onEvent()
87 Timeline[Index].CycleReady = CurrentCycle; in onEvent()
90 Timeline[Index].CycleIssued = CurrentCycle; in onEvent()
93 Timeline[Index].CycleExecuted = CurrentCycle; in onEvent()
100 Timeline[Index].CycleDispatched = static_cast<int>(CurrentCycle); in onEvent()
105 if (CurrentCycle < MaxCycle) in onEvent()
106 LastCycle = std::max(LastCycle, CurrentCycle); in onEvent()