Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.cc2918 static const int kExpectedAbortInstructions = 7; in Abort() local
2920 ASSERT(abort_instructions <= kExpectedAbortInstructions); in Abort()
2921 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.cc4439 static const int kExpectedAbortInstructions = 10; in Abort() local
4441 ASSERT(abort_instructions <= kExpectedAbortInstructions); in Abort()
4442 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()