Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: src/isolate.cc

Issue 1633633002: [Interpreter] Fix deopting from inline functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ia32/builtins-ia32.cc ('k') | src/mips/builtins-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 30c5a358c7d480ec165c540dadbf32bd66bc603d..17222034e51e2f3f23b2fbe99b2e033216a644de 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -1129,7 +1129,7 @@ Object* Isolate::UnwindAndFindHandler() {
offset = 0;
// Gather information from the frame.
- code = *builtins()->InterpreterEnterExceptionHandler();
+ code = *builtins()->InterpreterEnterBytecodeDispatch();
handler_sp = frame->sp();
handler_fp = frame->fp();
break;
« no previous file with comments | « src/ia32/builtins-ia32.cc ('k') | src/mips/builtins-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698