Searched refs:LeaveInterpreterFrame (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/builtins/arm/
H A Dbuiltins-arm.cc993 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1130 LeaveInterpreterFrame(masm, r2);
/external/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc996 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1130 LeaveInterpreterFrame(masm, x2);
/external/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc521 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1, function in namespace:v8::internal
657 LeaveInterpreterFrame(masm, ebx, ecx);
/external/v8/src/builtins/mips/
H A Dbuiltins-mips.cc996 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1132 LeaveInterpreterFrame(masm, t0);
/external/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc988 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1123 LeaveInterpreterFrame(masm, t0);
/external/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc1006 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1150 LeaveInterpreterFrame(masm, r5);
/external/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1011 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1154 LeaveInterpreterFrame(masm, r4);
/external/v8/src/builtins/x64/
H A Dbuiltins-x64.cc598 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1, function in namespace:v8::internal
735 LeaveInterpreterFrame(masm, rbx, rcx);
/external/v8/src/builtins/x87/
H A Dbuiltins-x87.cc487 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1, function in namespace:v8::internal
623 LeaveInterpreterFrame(masm, ebx, ecx);

Completed in 299 milliseconds