Home
last modified time | relevance | path

Searched refs:abort_instructions (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.cc2832 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local
2833 ASSERT(abort_instructions <= kExpectedAbortInstructions); in Abort()
2834 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
/external/v8/src/mips/
Dmacro-assembler-mips.cc4410 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local
4411 ASSERT(abort_instructions <= kExpectedAbortInstructions); in Abort()
4412 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()