/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1691 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1731 GenerateInterpreterPushArgs(masm, r6, r5, r7); in Generate_InterpreterPushArgsThenCallImpl() 1783 GenerateInterpreterPushArgs(masm, argc_without_receiver, r7, r8); in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1751 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1790 GenerateInterpreterPushArgs(masm, r5, r4, r6); in Generate_InterpreterPushArgsThenCallImpl() 1841 GenerateInterpreterPushArgs(masm, argc_without_receiver, r6, r7); in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
D | builtins-loong64.cc | 1446 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1486 GenerateInterpreterPushArgs(masm, a3, a2, a4, t0); in Generate_InterpreterPushArgsThenCallImpl() 1538 GenerateInterpreterPushArgs(masm, argc_without_receiver, a4, a5, t0); in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1457 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1498 GenerateInterpreterPushArgs(masm, r3, r2, r4); in Generate_InterpreterPushArgsThenCallImpl() 1552 GenerateInterpreterPushArgs(masm, argc_without_receiver, r4, r5); in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1650 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1744 GenerateInterpreterPushArgs(masm, num_args, first_arg_index, spread_arg_out, in Generate_InterpreterPushArgsThenCallImpl() 1776 GenerateInterpreterPushArgs(masm, num_args, first_arg_index, spread_arg_out, in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1445 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1485 GenerateInterpreterPushArgs(masm, a3, a2, a4, t0); in Generate_InterpreterPushArgsThenCallImpl() 1536 GenerateInterpreterPushArgs(masm, argc_without_receiver, a4, a5, t0); in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
D | builtins-riscv64.cc | 1516 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1556 GenerateInterpreterPushArgs(masm, a3, a2, a4); in Generate_InterpreterPushArgsThenCallImpl() 1605 GenerateInterpreterPushArgs(masm, argc_without_receiver, a4, a5); in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1319 static void GenerateInterpreterPushArgs(MacroAssembler* masm, in GenerateInterpreterPushArgs() function 1380 GenerateInterpreterPushArgs(masm, scratch, argv); in Generate_InterpreterPushArgsThenCallImpl() 1385 GenerateInterpreterPushArgs(masm, scratch, argv); in Generate_InterpreterPushArgsThenCallImpl()
|
/third_party/node/deps/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1402 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1448 GenerateInterpreterPushArgs(masm, rcx, rbx, rdx); in Generate_InterpreterPushArgsThenCallImpl() 1511 GenerateInterpreterPushArgs(masm, argc_without_receiver, rcx, r8); in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1437 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() function 1478 GenerateInterpreterPushArgs(masm, t0, a2, t4, t1); in Generate_InterpreterPushArgsThenCallImpl() 1529 GenerateInterpreterPushArgs(masm, argc_without_receiver, t4, t1, t0); in Generate_InterpreterPushArgsThenConstructImpl()
|