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

Unified Diff: src/map-updater.h

Issue 2632373002: [runtime] Add DescriptorArray::GeneralizeAllFields(). (Closed)
Patch Set: Created 3 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/deoptimizer.cc ('k') | src/map-updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/map-updater.h
diff --git a/src/map-updater.h b/src/map-updater.h
index 9b192f2c6d34a829b756aacd6e94f8aa0b00b2c5..68b720365b1e86aa741b3e17a5658f9ea3b598f4 100644
--- a/src/map-updater.h
+++ b/src/map-updater.h
@@ -108,7 +108,7 @@ class MapUpdater {
// When a requested reconfiguration can not be done the result is a copy
// of |old_map_| where every field has |Tagged| representation and |Any|
// field type. This map is disconnected from the transition tree.
- State CopyGeneralizeAllRepresentations(const char* reason);
+ State CopyGeneralizeAllFields(const char* reason);
// Returns name of a |descriptor| property.
inline Name* GetKey(int descriptor) const;
« no previous file with comments | « src/deoptimizer.cc ('k') | src/map-updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698