/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 981 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 1022 Generate_InterpreterPushArgs(masm, r6, r5, r6, r7); in Generate_InterpreterPushArgsThenCallImpl() 1068 Generate_InterpreterPushArgs(masm, r3, r7, r3, r9); in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 983 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 1034 Generate_InterpreterPushArgs(masm, rcx, rbx, rdx); in Generate_InterpreterPushArgsThenCallImpl() 1086 Generate_InterpreterPushArgs(masm, rax, rcx, r8); in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 952 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 995 Generate_InterpreterPushArgs(masm, r3, r2, r4, r5); in Generate_InterpreterPushArgsThenCallImpl() 1038 Generate_InterpreterPushArgs(masm, r0, r4, r5, r6); in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1033 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 1128 Generate_InterpreterPushArgs(masm, num_args, first_arg_index, spread_arg_out, in Generate_InterpreterPushArgsThenCallImpl() 1160 Generate_InterpreterPushArgs(masm, num_args, first_arg_index, spread_arg_out, in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 947 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 991 Generate_InterpreterPushArgs(masm, t0, a2, t4, t1); in Generate_InterpreterPushArgsThenCallImpl() 1033 Generate_InterpreterPushArgs(masm, a0, t4, t1, t0); in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 986 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 1028 Generate_InterpreterPushArgs(masm, r5, r4, r5, r6); in Generate_InterpreterPushArgsThenCallImpl() 1072 Generate_InterpreterPushArgs(masm, r2, r6, r2, r7); in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 946 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 990 Generate_InterpreterPushArgs(masm, a3, a2, a4, t0); in Generate_InterpreterPushArgsThenCallImpl() 1032 Generate_InterpreterPushArgs(masm, a0, a4, a5, t0); in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 924 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 979 Generate_InterpreterPushArgs(masm, ecx, ebx); in Generate_InterpreterPushArgsThenCallImpl()
|