Searched defs:kExpectedAbortInstructions (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc4774 static const int kExpectedAbortInstructions = 10; local
4776 DCHECK(abort_instructions <= kExpectedAbortInstructions);
4777 while (abort_instructions++ < kExpectedAbortInstructions) {

Completed in 233 milliseconds