Home
last modified time | relevance | path

Searched refs:LeaveExitFrame (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h482 void LeaveExitFrame(bool save_doubles, bool pop_arguments = true);
H A Dmacro-assembler-ia32.cc1073 void MacroAssembler::LeaveExitFrame(bool save_doubles, bool pop_arguments) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h666 void LeaveExitFrame(bool save_doubles, Register argument_count,
H A Dmacro-assembler-arm.cc1500 void MacroAssembler::LeaveExitFrame(bool save_doubles, Register argument_count, in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h23 // Flags used for LeaveExitFrame function.
886 // argc - argument count to be dropped by LeaveExitFrame.
893 void LeaveExitFrame(bool save_doubles, Register arg_count,
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h729 void LeaveExitFrame(bool save_doubles = false, bool pop_arguments = true);
H A Dmacro-assembler-x64.cc2892 // Set up argv in callee-saved register r15. It is reused in LeaveExitFrame, in CallRecordWriteStub()
2906 void MacroAssembler::LeaveExitFrame(bool save_doubles, bool pop_arguments) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h35 // Flags used for LeaveExitFrame function.
1071 // argc - argument count to be dropped by LeaveExitFrame.
1078 void LeaveExitFrame(bool save_doubles, Register arg_count,
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h36 // Flags used for LeaveExitFrame function.
988 // argc - argument count to be dropped by LeaveExitFrame.
995 void LeaveExitFrame(bool save_doubles, Register arg_count,
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h37 // Flags used for LeaveExitFrame function.
1127 // argc - argument count to be dropped by LeaveExitFrame.
1134 void LeaveExitFrame(bool save_doubles, Register arg_count,
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h1124 void LeaveExitFrame(bool save_doubles, Register argument_count,
H A Dmacro-assembler-ppc.cc1362 void MacroAssembler::LeaveExitFrame(bool save_doubles, Register argument_count, in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2791 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, argc, EMIT_RETURN); in Generate_CEntry()
2834 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
3066 __ LeaveExitFrame(kDontSaveDoubles, s0, NO_EMIT_RETURN, in CallApiFunctionAndReturn()
3296 // EnterExitFrame/LeaveExitFrame so they handle stack restoring and we don't in Generate_DirectCEntry()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2876 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, argc, EMIT_RETURN); in Generate_CEntry()
2919 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
3151 __ LeaveExitFrame(kDontSaveDoubles, s0, NO_EMIT_RETURN, in CallApiFunctionAndReturn()
3387 // EnterExitFrame/LeaveExitFrame so they handle stack restoring and we don't in Generate_DirectCEntry()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc3059 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, argc); in Generate_CEntry()
3108 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
3340 // LeaveExitFrame expects unwind space to be in a register. in CallApiFunctionAndReturn()
3346 __ LeaveExitFrame(false, r14, stack_space_operand != nullptr); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2853 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, argc, EMIT_RETURN); in Generate_CEntry()
2896 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
3129 __ LeaveExitFrame(kDontSaveDoubles, s0, NO_EMIT_RETURN, in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3281 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, x10, x9); in Generate_CEntry()
3335 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
3532 // Load the number of stack slots to drop before LeaveExitFrame modifies sp. in CallApiFunctionAndReturn()
3536 __ LeaveExitFrame(false, x1, x5); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2825 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, argc); in Generate_CEntry()
2867 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
3059 // LeaveExitFrame expects unwind space to be in a register. in CallApiFunctionAndReturn()
3067 __ LeaveExitFrame(false, r4, stack_space_operand != nullptr); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2918 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, argc, EMIT_RETURN); in Generate_CEntry()
3216 __ LeaveExitFrame(kDontSaveDoubles, s3, NO_EMIT_RETURN, in CallApiFunctionAndReturn()
3458 // EnterExitFrame/LeaveExitFrame so they handle stack restoring and we don't in Generate_DirectCEntry()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc3100 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, argc); in Generate_CEntry()
3145 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
3360 // LeaveExitFrame expects unwind space to be in a register. in CallApiFunctionAndReturn()
3368 __ LeaveExitFrame(false, r6, stack_space_operand != nullptr); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1683 void LeaveExitFrame(bool save_doubles, Register argument_count,
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h2025 void LeaveExitFrame(bool save_doubles, const Register& scratch,
H A Dmacro-assembler-arm64.cc2778 void MacroAssembler::LeaveExitFrame(bool restore_doubles, in TruncateDoubleToI() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc3074 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, in Generate_CEntry()
3120 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc4319 __ LeaveExitFrame(save_doubles == SaveFPRegsMode::kSave, in Generate_CEntry()
4374 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()

Completed in 96 milliseconds

12