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

/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4410 int abort_instructions = InstructionsGeneratedSince(&abort_start); local
4411 ASSERT(abort_instructions <= kExpectedAbortInstructions);
4412 while (abort_instructions++ < kExpectedAbortInstructions) {

Completed in 72 milliseconds