Home
last modified time | relevance | path

Searched refs:InstructionsGeneratedSince (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h471 DCHECK_EQ(num_labels * 2, __ InstructionsGeneratedSince(&table)); in Switch()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h694 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
H A Dmacro-assembler-loong64.cc2784 DCHECK_EQ(kNumInstructionsToJump, InstructionsGeneratedSince(&find_ra)); in CallRecordWriteStub()
3439 int abort_instructions = InstructionsGeneratedSince(&abort_start); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1198 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h1041 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h317 uint64_t InstructionsGeneratedSince(const Label* label) { in InstructionsGeneratedSince() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1173 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
H A Dmacro-assembler-riscv64.cc3453 DCHECK_EQ(kNumInstructionsToJump, InstructionsGeneratedSince(&find_ra)); in StoreReturnAddressAndCall()
4295 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1417 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
H A Dmacro-assembler-mips64.cc4495 DCHECK_EQ(kNumInstructionsToJump, InstructionsGeneratedSince(&find_ra)); in CallRecordWriteStub()
5316 int abort_instructions = InstructionsGeneratedSince(&abort_start); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1354 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
H A Dmacro-assembler-mips.cc4001 DCHECK_EQ(kNumInstructionsToJump, InstructionsGeneratedSince(&find_ra)); in CallRecordWriteStub()
4782 int abort_instructions = InstructionsGeneratedSince(&abort_start); in CallRecordWriteStub()

Completed in 54 milliseconds