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

/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc4775 int abort_instructions = InstructionsGeneratedSince(&abort_start); local
4776 DCHECK(abort_instructions <= kExpectedAbortInstructions);
4777 while (abort_instructions++ < kExpectedAbortInstructions) {

Completed in 660 milliseconds