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

Unified Diff: src/compiler/access-info.h

Issue 2836913004: [turbofan] General consolidation of element access. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | src/compiler/access-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-info.h
diff --git a/src/compiler/access-info.h b/src/compiler/access-info.h
index f0a671c315cfa698ca3e9eb03a7c200c735b97eb..861896e1c6572851c4a3f3bcea0ab11a382ddef7 100644
--- a/src/compiler/access-info.h
+++ b/src/compiler/access-info.h
@@ -149,8 +149,9 @@ class AccessInfoFactory final {
ZoneVector<PropertyAccessInfo>* access_infos);
private:
- bool ConsolidateElementLoad(MapHandleList const& maps,
- ElementAccessInfo* access_info);
+ bool ConsolidateElementAccess(MapHandleList const& maps,
+ AccessMode access_mode,
+ ElementAccessInfo* access_info);
bool LookupSpecialFieldAccessor(Handle<Map> map, Handle<Name> name,
PropertyAccessInfo* access_info);
bool LookupTransition(Handle<Map> map, Handle<Name> name,
« no previous file with comments | « no previous file | src/compiler/access-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698