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

Unified Diff: src/interface-descriptors.h

Issue 1598113003: [runtime] Remove the now unused %StoreArrayLiteralElement. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/ia32/interface-descriptors-ia32.cc ('k') | src/mips/interface-descriptors-mips.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 2814daeded396cca73cf07fab6ce37a1196c2e3b..4411ae169a46f8367230b8344a65580f49d0ea76 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -69,7 +69,6 @@ class PlatformInterfaceDescriptor;
V(ArgumentsAccessRead) \
V(ArgumentsAccessNew) \
V(RestParamAccess) \
- V(StoreArrayLiteralElement) \
V(LoadGlobalViaContext) \
V(StoreGlobalViaContext) \
V(MathPowTagged) \
@@ -722,13 +721,6 @@ class RestParamAccessDescriptor : public CallInterfaceDescriptor {
};
-class StoreArrayLiteralElementDescriptor : public CallInterfaceDescriptor {
- public:
- DECLARE_DESCRIPTOR(StoreArrayLiteralElementDescriptor,
- CallInterfaceDescriptor)
-};
-
-
class MathPowTaggedDescriptor : public CallInterfaceDescriptor {
public:
DECLARE_DESCRIPTOR(MathPowTaggedDescriptor, CallInterfaceDescriptor)
« no previous file with comments | « src/ia32/interface-descriptors-ia32.cc ('k') | src/mips/interface-descriptors-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698