Searched refs:numberOfInstructionsToExecute (Results 1 – 2 of 2) sorted by relevance
39 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument41 numberOfExecutedInstructions = numberOfInstructionsToExecute; in ExecuteInstructions()42 totalExecutedInstructions += numberOfInstructionsToExecute; in ExecuteInstructions()
121 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument144 … cosimConnection.Send(this, ActionType.TickClock, 0, numberOfInstructionsToExecute); in ExecuteInstructions()