Searched refs:abort_instructions (Results 1 – 3 of 3) sorted by relevance
2626 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local2627 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()2628 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
4702 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local4703 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()4704 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
5353 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local5354 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()5355 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()