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

Unified Diff: src/heap.h

Issue 1256002: Add a test to verify correctness of remembered set update for Heap::CopyJSObject. (Closed)
Patch Set: Forgotten dot. Created 10 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
« no previous file with comments | « no previous file | src/heap.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 d37641ccf3e72d3142838ebf31f018afa09c1946..2a0de236ee7105d63ea4286b46832b7d024e1d4d 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -938,6 +938,8 @@ class Heap : public AllStatic {
static void RecordStats(HeapStats* stats);
+ static int MaxObjectSizeInNewSpace() { return kMaxObjectSizeInNewSpace; }
+
private:
static int reserved_semispace_size_;
static int max_semispace_size_;
« no previous file with comments | « no previous file | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698