Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc3439 int abort_instructions = InstructionsGeneratedSince(&abort_start); in CallRecordWriteStub() local
3440 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in CallRecordWriteStub()
3441 while (abort_instructions++ < kExpectedAbortInstructions) { in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc5316 int abort_instructions = InstructionsGeneratedSince(&abort_start); in CallRecordWriteStub() local
5317 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in CallRecordWriteStub()
5318 while (abort_instructions++ < kExpectedAbortInstructions) { in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc4782 int abort_instructions = InstructionsGeneratedSince(&abort_start); in CallRecordWriteStub() local
4783 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in CallRecordWriteStub()
4784 while (abort_instructions++ < kExpectedAbortInstructions) { in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc4295 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort() local
4296 DCHECK_LE(abort_instructions, kExpectedAbortInstructions); in Abort()
4297 while (abort_instructions++ < kExpectedAbortInstructions) { in Abort()

Completed in 28 milliseconds