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

Unified Diff: src/ic/keyed-store-generic.h

Issue 2717203002: [StoreIC] Use StoreIC_Uninitialized for 0->PRE transitions (Closed)
Patch Set: check for map extensibility Created 3 years, 9 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/accessor-assembler.cc ('k') | src/ic/keyed-store-generic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/keyed-store-generic.h
diff --git a/src/ic/keyed-store-generic.h b/src/ic/keyed-store-generic.h
index 8028736aa1cc630151599f1ed00fb81407b0bfca..70f87f83adc51a319e152054c4a90f45c00076f7 100644
--- a/src/ic/keyed-store-generic.h
+++ b/src/ic/keyed-store-generic.h
@@ -20,6 +20,12 @@ class KeyedStoreGenericGenerator {
LanguageMode language_mode);
};
+class StoreICUninitializedGenerator {
+ public:
+ static void Generate(compiler::CodeAssemblerState* state,
+ LanguageMode language_mode);
+};
+
} // namespace internal
} // namespace v8
« no previous file with comments | « src/ic/accessor-assembler.cc ('k') | src/ic/keyed-store-generic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698