Home
last modified time | relevance | path

Searched refs:GenerateInterpreterPushArgs (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1691 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/
Dbuiltins-s390.cc1751 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/
Dbuiltins-loong64.cc1446 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/
Dbuiltins-arm.cc1457 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/
Dbuiltins-arm64.cc1650 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/
Dbuiltins-mips64.cc1445 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/
Dbuiltins-riscv64.cc1516 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/
Dbuiltins-ia32.cc1319 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/
Dbuiltins-x64.cc1402 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/
Dbuiltins-mips.cc1437 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()