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

Unified Diff: src/stub-cache.h

Issue 7044083: Refactor platform-specific code for determining shared stub for keyed load/stores. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 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 | « src/ia32/stub-cache-ia32.cc ('k') | src/stub-cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/stub-cache.h
diff --git a/src/stub-cache.h b/src/stub-cache.h
index 8ecf8bbcf58b2570063960fcd4e879f7de3637bf..825529fbee844739d60d68cadb7547a0bc4fcd1d 100644
--- a/src/stub-cache.h
+++ b/src/stub-cache.h
@@ -661,6 +661,8 @@ class KeyedLoadStubCompiler: public StubCompiler {
MaybeObject* GetCode(PropertyType type,
String* name,
InlineCacheState state = MONOMORPHIC);
+
+ MaybeObject* ComputeSharedKeyedLoadElementStub(Map* receiver_map);
};
@@ -718,6 +720,8 @@ class KeyedStoreStubCompiler: public StubCompiler {
String* name,
InlineCacheState state = MONOMORPHIC);
+ MaybeObject* ComputeSharedKeyedStoreElementStub(Map* receiver_map);
+
StrictModeFlag strict_mode_;
};
« no previous file with comments | « src/ia32/stub-cache-ia32.cc ('k') | src/stub-cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698