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

Unified Diff: src/heap.h

Issue 57123002: Reland 21774: Generate KeyedLoadGeneric with Hydrogen (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Turn off by default Created 7 years, 1 month 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/heap.h
diff --git a/src/heap.h b/src/heap.h
index 1c8e0e16e60405f0c03b08b971057b51fa7a9d45..1f57f554922504d9efe0657dc7dbb60d0d2021cf 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -2642,6 +2642,9 @@ class KeyedLookupCache {
}
}
+ int ConvertToFastIndexForGeneratedCode(Map* map, int index);
+ int ConvertFromFastIndexForGeneratedCode(Map* map, int index);
+
static inline int Hash(Map* map, Name* name);
// Get the address of the keys and field_offsets arrays. Used in

Powered by Google App Engine
This is Rietveld 408576698