Searched refs:abort_instructions (Results 1 – 2 of 2) sorted by relevance
2832 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local2833 ASSERT(abort_instructions <= kExpectedAbortInstructions); in Abort()2834 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
4410 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local4411 ASSERT(abort_instructions <= kExpectedAbortInstructions); in Abort()4412 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()