Searched refs:abort_instructions (Results 1 – 3 of 3) sorted by relevance
2873 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local2874 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()2875 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
4665 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local4666 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()4667 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
4775 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local4776 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()4777 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()