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

Unified Diff: src/hydrogen.h

Issue 220163012: Inline loading of immutable properties (Closed) Base URL: https://github.com/v8/v8.git@master
Patch Set: Support loads from prototypes as well Created 6 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 | « no previous file | src/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 6d81307e2cb293e1f3678693998cdda3565b64a4..7833bd34f6d522a3de40ae387ef975ef9b742283 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2600,6 +2600,10 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
HValue* object_elements,
AllocationSiteUsageContext* site_context);
+ void AddCheckMapsUntilHolder(Handle<JSObject> holder,
+ Handle<Map> receiver_map,
+ HValue* checked_object);
+
void AddCheckPrototypeMaps(Handle<JSObject> holder,
Handle<Map> receiver_map);
« no previous file with comments | « no previous file | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698