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

/external/v8/src/arm/
H A Dbuiltins-arm.cc970 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1089 LeaveInterpreterFrame(masm, r2);
1113 LeaveInterpreterFrame(masm, r2);
/external/v8/src/arm64/
H A Dbuiltins-arm64.cc973 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1090 LeaveInterpreterFrame(masm, x2);
1120 LeaveInterpreterFrame(masm, x2);
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc535 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1, function in namespace:v8::internal
658 LeaveInterpreterFrame(masm, ebx, ecx);
693 LeaveInterpreterFrame(masm, ebx, ecx);
/external/v8/src/mips/
H A Dbuiltins-mips.cc963 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1081 LeaveInterpreterFrame(masm, t0);
1111 LeaveInterpreterFrame(masm, t0);
/external/v8/src/mips64/
H A Dbuiltins-mips64.cc950 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1067 LeaveInterpreterFrame(masm, t0);
1097 LeaveInterpreterFrame(masm, t0);
/external/v8/src/ppc/
H A Dbuiltins-ppc.cc993 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1116 LeaveInterpreterFrame(masm, r5);
1140 LeaveInterpreterFrame(masm, r5);
/external/v8/src/s390/
H A Dbuiltins-s390.cc973 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch) { function in namespace:v8::internal
1098 LeaveInterpreterFrame(masm, r4);
1122 LeaveInterpreterFrame(masm, r4);
/external/v8/src/x64/
H A Dbuiltins-x64.cc616 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1, function in namespace:v8::internal
740 LeaveInterpreterFrame(masm, rbx, rcx);
772 LeaveInterpreterFrame(masm, rbx, rcx);
/external/v8/src/x87/
H A Dbuiltins-x87.cc536 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1, function in namespace:v8::internal
659 LeaveInterpreterFrame(masm, ebx, ecx);
694 LeaveInterpreterFrame(masm, ebx, ecx);

Completed in 121 milliseconds