Home
last modified time | relevance | path

Searched refs:first_unused_slot_offset (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc517 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
519 first_unused_slot_offset, false); in AssembleTailCallBeforeGap() local
523 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
525 first_unused_slot_offset); in AssembleTailCallAfterGap() local
516 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
522 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc631 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
633 first_unused_slot_offset, false); in AssembleTailCallBeforeGap() local
637 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
638 DCHECK_EQ(first_unused_slot_offset % 2, 0); in AssembleTailCallAfterGap()
640 first_unused_slot_offset); in AssembleTailCallAfterGap() local
630 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
636 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc720 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
726 first_unused_slot_offset)) { in AssembleTailCallBeforeGap()
752 first_unused_slot_offset, nullptr, false); in AssembleTailCallBeforeGap() local
756 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
758 first_unused_slot_offset); in AssembleTailCallAfterGap() local
719 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
755 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc595 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
601 first_unused_slot_offset)) { in AssembleTailCallBeforeGap()
627 first_unused_slot_offset, nullptr, false); in AssembleTailCallBeforeGap() local
631 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
633 first_unused_slot_offset); in AssembleTailCallAfterGap() local
594 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
630 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc618 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
625 first_unused_slot_offset)) { in AssembleTailCallBeforeGap()
650 first_unused_slot_offset, false); in AssembleTailCallBeforeGap() local
654 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
656 first_unused_slot_offset); in AssembleTailCallAfterGap() local
617 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
653 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1080 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
1086 first_unused_slot_offset)) { in AssembleTailCallBeforeGap()
1112 first_unused_slot_offset, nullptr, false); in AssembleTailCallBeforeGap() local
1116 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
1118 first_unused_slot_offset); in AssembleTailCallAfterGap() local
1079 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
1115 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1111 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
1118 first_unused_slot_offset)) { in AssembleTailCallBeforeGap()
1145 frame_access_state(), first_unused_slot_offset, in AssembleTailCallBeforeGap()
1150 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
1152 frame_access_state(), first_unused_slot_offset); in AssembleTailCallAfterGap()
1110 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
1149 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc534 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
536 first_unused_slot_offset, false); in AssembleTailCallBeforeGap() local
540 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
542 first_unused_slot_offset); in AssembleTailCallAfterGap() local
533 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
539 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc571 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
573 first_unused_slot_offset, false); in AssembleTailCallBeforeGap() local
577 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
579 first_unused_slot_offset); in AssembleTailCallAfterGap() local
570 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
576 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc589 int first_unused_slot_offset) { in AssembleTailCallBeforeGap()
591 first_unused_slot_offset, false); in AssembleTailCallBeforeGap() local
595 int first_unused_slot_offset) { in AssembleTailCallAfterGap()
597 first_unused_slot_offset); in AssembleTailCallAfterGap() local
588 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
594 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc3074 const int first_unused_slot_offset = in VisitTailCall() local
3076 buffer.instruction_args.push_back(g.TempImmediate(first_unused_slot_offset)); in VisitTailCall()

Completed in 55 milliseconds