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

Unified Diff: src/builtins.h

Issue 2054133002: [--runtime-call-stats] Fix ACCESSOR handler computation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 4 years, 6 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 | « no previous file | src/builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index 8a07b22a9868a5f5e572c082857a7305c0deafc7..16edc02ff5b94d195ba6903c774414103cfe33d7 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -260,9 +260,6 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
\
V(StoreIC_Setter_ForDeopt, STORE_IC, StoreICState::kStrictModeState) \
\
- V(StoreIC_Megamorphic, STORE_IC, kNoExtraICState) \
- V(StoreIC_Megamorphic_Strict, STORE_IC, StoreICState::kStrictModeState) \
- \
V(KeyedStoreIC_Megamorphic, KEYED_STORE_IC, kNoExtraICState) \
V(KeyedStoreIC_Megamorphic_Strict, KEYED_STORE_IC, \
StoreICState::kStrictModeState) \
« no previous file with comments | « no previous file | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698