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

Unified Diff: src/interface-descriptors.h

Issue 1731253003: Revert of [Interpreter] Implements calls through CallICStub in the interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/ic-state.h ('k') | src/interpreter/bytecode-array-builder.h » ('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 6c85d38bd1520159107c89adca79f1bcbcf364a1..fb1969d8ef7d27979557581339145dd28371c197 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -79,7 +79,6 @@
V(GrowArrayElements) \
V(InterpreterDispatch) \
V(InterpreterPushArgsAndCall) \
- V(InterpreterPushArgsAndCallIC) \
V(InterpreterPushArgsAndConstruct) \
V(InterpreterCEntry)
@@ -765,17 +764,12 @@
static const int kContextParameter = 5;
};
-class InterpreterPushArgsAndCallICDescriptor : public CallInterfaceDescriptor {
- public:
- DECLARE_DESCRIPTOR(InterpreterPushArgsAndCallICDescriptor,
- CallInterfaceDescriptor)
-};
-
class InterpreterPushArgsAndCallDescriptor : public CallInterfaceDescriptor {
public:
DECLARE_DESCRIPTOR(InterpreterPushArgsAndCallDescriptor,
CallInterfaceDescriptor)
};
+
class InterpreterPushArgsAndConstructDescriptor
: public CallInterfaceDescriptor {
« no previous file with comments | « src/ic/ic-state.h ('k') | src/interpreter/bytecode-array-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698