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

Unified Diff: src/hydrogen.h

Issue 18219003: Simplify and unify PolymorphicStoreNameFeild (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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') | src/hydrogen.cc » ('J')
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 6c1aba5db66d709231b996207965af7146b758e9..38c53afceab468cd9cbe3aca4986cc9b855c7d27 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -1754,6 +1754,15 @@ class HOptimizedGraphBuilder: public HGraphBuilder, public AstVisitor {
HValue* object,
SmallMapList* types,
Handle<String> name);
+
+ void HandlePolymorphicStoreNamedFieldHelper(HValue* object,
+ Handle<String> name,
+ HValue* value,
+ SmallMapList* types,
+ int current_type,
+ int stored_count,
+ int position);
+
void HandlePolymorphicStoreNamedField(BailoutId id,
int position,
BailoutId assignment_id,
« no previous file with comments | « no previous file | src/hydrogen.cc » ('j') | src/hydrogen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698