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

Unified Diff: src/objects.h

Issue 1633633002: [Interpreter] Fix deopting from inline functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase and add PPC 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/mips64/builtins-mips64.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 795b429a924628626d87d34d973b20126a18447e..e28f1f343bcd6fa1294c96191a4b0914e9645981 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -4947,6 +4947,7 @@ class Code: public HeapObject {
inline bool is_keyed_stub();
inline bool is_optimized_code();
inline bool is_interpreter_entry_trampoline();
Michael Starzinger 2016/01/26 10:25:13 nit: The interpreter predicates (i.e. the ones usi
rmcilroy 2016/01/26 11:32:23 Done.
+ inline bool is_interpreter_enter_bytecode_dispatch();
inline bool embeds_maps_weakly();
inline bool IsCodeStubOrIC();
« no previous file with comments | « src/mips64/builtins-mips64.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698