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

Unified Diff: src/code-stubs.h

Issue 2362113003: Properly classify new Turbofan stubs (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index ab3d6ae91184de9626435a04411a807b50f90c6d..9b44c6c4ff3c0cacb877fe993df8114311e2f7ab 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -69,8 +69,6 @@ class ObjectLiteral;
/* --- HydrogenCodeStubs --- */ \
V(NumberToString) \
V(StringAdd) \
- V(ToObject) \
- V(Typeof) \
/* These builtins w/ JS linkage are */ \
/* just fast-cases of C++ builtins. They */ \
/* require varg support from TF */ \
@@ -171,6 +169,8 @@ class ObjectLiteral;
V(LoadApiGetter) \
V(LoadIndexedInterceptor) \
V(GrowArrayElements) \
+ V(ToObject) \
+ V(Typeof) \
/* These are only called from FGC and */ \
/* can be removed when we use ignition */ \
/* only */ \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698