Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dbuiltins-x64.cc713 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/
Dbuiltins-arm.cc981 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/
Dbuiltins-ia32.cc655 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/
Dbuiltins-ppc.cc973 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/
Dbuiltins-x87.cc655 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()