Searched refs:Generate_InterpreterPushArgs (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/x64/ |
D | builtins-x64.cc | 713 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 757 Generate_InterpreterPushArgs(masm, true); in Generate_InterpreterPushArgsAndCall() 783 Generate_InterpreterPushArgs(masm, false); in Generate_InterpreterPushArgsAndConstruct()
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 981 static void Generate_InterpreterPushArgs(MacroAssembler* masm, Register index, in Generate_InterpreterPushArgs() function 1010 Generate_InterpreterPushArgs(masm, r2, r3, r4); in Generate_InterpreterPushArgsAndCall() 1035 Generate_InterpreterPushArgs(masm, r2, r4, r5); in Generate_InterpreterPushArgsAndConstruct()
|
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 655 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 693 Generate_InterpreterPushArgs(masm, ecx); in Generate_InterpreterPushArgsAndCall() 729 Generate_InterpreterPushArgs(masm, eax); in Generate_InterpreterPushArgsAndConstruct()
|
/external/v8/src/ppc/ |
D | builtins-ppc.cc | 973 static void Generate_InterpreterPushArgs(MacroAssembler* masm, Register index, in Generate_InterpreterPushArgs() function 999 Generate_InterpreterPushArgs(masm, r5, r6, r7); in Generate_InterpreterPushArgsAndCall() 1023 Generate_InterpreterPushArgs(masm, r5, r3, r7); in Generate_InterpreterPushArgsAndConstruct()
|
/external/v8/src/x87/ |
D | builtins-x87.cc | 655 static void Generate_InterpreterPushArgs(MacroAssembler* masm, in Generate_InterpreterPushArgs() function 693 Generate_InterpreterPushArgs(masm, ecx); in Generate_InterpreterPushArgsAndCall() 729 Generate_InterpreterPushArgs(masm, eax); in Generate_InterpreterPushArgsAndConstruct()
|