Searched refs:abort_instructions (Results 1 – 2 of 2) sorted by relevance
4677 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local4678 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in Abort()4679 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
5060 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local5061 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in Abort()5062 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()