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

Unified Diff: src/heap.h

Issue 1695007: Moving more code to lookup an item from the native cache into code generator. (Closed)
Patch Set: Next round of Lasse's comments Created 10 years, 7 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/ia32/codegen-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index 2378ba588dae2e1b4f6cc8c44031a2f4e7012655..b4af6d9c22ae9cf44c9cf1a011e651eb66fc9818 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -979,6 +979,8 @@ class Heap : public AllStatic {
static int MaxObjectSizeInNewSpace() { return kMaxObjectSizeInNewSpace; }
+ static void ClearJSFunctionResultCaches();
+
private:
static int reserved_semispace_size_;
static int max_semispace_size_;
@@ -1193,8 +1195,6 @@ class Heap : public AllStatic {
HeapObject* target,
int size);
- static void ClearJSFunctionResultCaches();
-
#if defined(DEBUG) || defined(ENABLE_LOGGING_AND_PROFILING)
// Record the copy of an object in the NewSpace's statistics.
static void RecordCopiedObject(HeapObject* obj);
« no previous file with comments | « no previous file | src/ia32/codegen-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698