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

Unified Diff: src/interface-descriptors.h

Issue 1901083002: [Interpreter] Introduce IncStub and DecStub. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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
Index: src/interface-descriptors.h
diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
index 378f0ce6f907f5fb4e5dee4f39f2128ce4e9f7bc..c3bf20c0a76634089b560338a4cd7402d53b0a8b 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -66,6 +66,7 @@ class PlatformInterfaceDescriptor;
V(Compare) \
V(BinaryOp) \
V(BinaryOpWithAllocationSite) \
+ V(CountOp) \
V(StringAdd) \
V(StringCompare) \
V(Keyed) \
@@ -631,6 +632,10 @@ class BinaryOpWithAllocationSiteDescriptor : public CallInterfaceDescriptor {
CallInterfaceDescriptor)
};
+class CountOpDescriptor final : public CallInterfaceDescriptor {
+ public:
+ DECLARE_DESCRIPTOR(CountOpDescriptor, CallInterfaceDescriptor)
+};
class StringAddDescriptor : public CallInterfaceDescriptor {
public:
« src/code-stubs.cc ('K') | « src/code-stubs.cc ('k') | src/interpreter/interpreter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698