Searched refs:numberOfExecutedInstructions (Results 1 – 6 of 6) sorted by relevance
31 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument33 numberOfExecutedInstructions = 0; in ExecuteInstructions()
75 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument92 numberOfExecutedInstructions = instructionsExecutedThisRound; in ExecuteInstructions()
272 var numberOfExecutedInstructions = TlibGetExecutedInstructions(); in SyncTime()274 ReportProgress(numberOfExecutedInstructions); in SyncTime()2386 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument2409 numberOfExecutedInstructions = TlibGetExecutedInstructions(); in ExecuteInstructions()2410 if(numberOfExecutedInstructions == 0) in ExecuteInstructions()2414 …DebugHelper.Assert(numberOfExecutedInstructions <= numberOfInstructionsToExecute, "tlib executed m… in ExecuteInstructions()
168 …t ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions); in ExecuteInstructions() argument
345 …sult ExecuteInstructions(int numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument353 ExecuteLoop(out numberOfExecutedInstructions); in ExecuteInstructions()358 … base.ExecuteInstructions((ulong)numberOfInstructionsToExecute, out numberOfExecutedInstructions); in ExecuteInstructions()371 private void ExecuteLoop(out ulong numberOfExecutedInstructions) in ExecuteLoop() argument381 numberOfExecutedInstructions = 0; in ExecuteLoop()388 var result = base.ExecuteInstructions(1, out numberOfExecutedInstructions); in ExecuteLoop()
225 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument227 numberOfExecutedInstructions = 0; in ExecuteInstructions()244 numberOfExecutedInstructions++; in ExecuteInstructions()