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

Unified Diff: src/interface-descriptors.h

Issue 1248973002: Eliminate redundant descriptor ElementTransitionAndStoreDescriptor. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Ports. Created 5 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 | « src/ic/x64/ic-compiler-x64.cc ('k') | src/interface-descriptors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interface-descriptors.h
diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
index 75e2a6b1981407654b628d7757795429e81374ce..9b4bcee967a96918092a3424c79281ffdb2e17e0 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -17,7 +17,6 @@ class PlatformInterfaceDescriptor;
V(Load) \
V(Store) \
V(StoreTransition) \
- V(ElementTransitionAndStore) \
V(VectorStoreICTrampoline) \
V(VectorStoreIC) \
V(Instanceof) \
@@ -269,14 +268,6 @@ class StoreTransitionDescriptor : public StoreDescriptor {
};
-class ElementTransitionAndStoreDescriptor : public StoreDescriptor {
- public:
- DECLARE_DESCRIPTOR(ElementTransitionAndStoreDescriptor, StoreDescriptor)
-
- static const Register MapRegister();
-};
-
-
class InstanceofDescriptor : public CallInterfaceDescriptor {
public:
DECLARE_DESCRIPTOR(InstanceofDescriptor, CallInterfaceDescriptor)
« no previous file with comments | « src/ic/x64/ic-compiler-x64.cc ('k') | src/interface-descriptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698