Home
last modified time | relevance | path

Searched refs:Generate_InterpreterPushArgs (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc981 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/
Dbuiltins-x64.cc983 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/
Dbuiltins-arm.cc952 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/
Dbuiltins-arm64.cc1033 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/
Dbuiltins-mips.cc947 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/
Dbuiltins-s390.cc986 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/
Dbuiltins-mips64.cc946 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/
Dbuiltins-ia32.cc924 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function
979 Generate_InterpreterPushArgs(masm, ecx, ebx); in Generate_InterpreterPushArgsThenCallImpl()