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

Unified Diff: src/hydrogen.h

Issue 12700006: Replace ICStub for array.length with hydrogen stub (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: New patch Created 7 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
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 47fd69d7ccc2c20140c5d181079eeec86257ebf2..5df2730c2f36bca1ab1e9a8c2977ec65caeeda31 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -921,6 +921,9 @@ class HGraphBuilder {
bool is_store,
Representation checked_index_representation = Representation::None());
+ HInstruction* BuildFastArrayLengthLoad(
+ HValue* object);
+
HInstruction* BuildStoreMap(HValue* object, HValue* map, BailoutId id);
HInstruction* BuildStoreMap(HValue* object, Handle<Map> map, BailoutId id);

Powered by Google App Engine
This is Rietveld 408576698