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) \ |