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 2187463003: Re-classify incorrectly classified Hydrogen/Crankshaft stubs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 5542b428718914f0a80cab7d4b794fe4cd857aab..003030e49a2c2573865c25ebc59614cdf8192ecd 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -53,6 +53,13 @@ namespace internal {
V(KeyedStoreICTrampoline) \
V(StoreIC) \
V(KeyedStoreIC) \
+ V(KeyedLoadIC) \
+ V(LoadIC) \
+ V(LoadGlobalIC) \
+ V(FastNewObject) \
+ V(FastNewRestParameter) \
+ V(FastNewSloppyArguments) \
+ V(FastNewStrictArguments) \
/* HydrogenCodeStubs */ \
V(BinaryOpIC) \
V(BinaryOpWithAllocationSite) \
@@ -63,10 +70,6 @@ namespace internal {
V(FastCloneRegExp) \
V(FastCloneShallowArray) \
V(FastFunctionBind) \
- V(FastNewObject) \
- V(FastNewRestParameter) \
- V(FastNewSloppyArguments) \
- V(FastNewStrictArguments) \
V(GrowArrayElements) \
V(KeyedLoadGeneric) \
V(LoadScriptContextField) \
@@ -81,9 +84,6 @@ namespace internal {
V(StringAdd) \
V(ToBooleanIC) \
V(TransitionElementsKind) \
- V(KeyedLoadIC) \
- V(LoadIC) \
- V(LoadGlobalIC) \
/* TurboFanCodeStubs */ \
V(AllocateHeapNumber) \
V(AllocateFloat32x4) \
« 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