Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.cc4676 static const int kExpectedAbortInstructions = 10; in Abort() local
4678 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in Abort()
4679 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc5059 static const int kExpectedAbortInstructions = 10; in Abort() local
5061 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in Abort()
5062 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()