Home
last modified time | relevance | path

Searched refs:abort_instructions (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.cc2873 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local
2874 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()
2875 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc4665 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local
4666 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()
4667 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()
/external/v8/src/mips/
Dmacro-assembler-mips.cc4775 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local
4776 DCHECK(abort_instructions <= kExpectedAbortInstructions); in Abort()
4777 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()