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

Unified Diff: src/heap.h

Issue 6597104: Move IncrementalRecordWrite to a stub. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 10 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/heap.h
diff --git a/src/heap.h b/src/heap.h
index 484929ae303d0f3c6db0f4d2e7ffabc5c2e84ea4..814c5512784dd9ae3cd1d4b01dad18253ae99d81 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -1156,6 +1156,9 @@ class Heap : public AllStatic {
static GCTracer* tracer() { return tracer_; }
+ // Returns the size of object residing in non new spaces.
Erik Corry 2011/03/02 12:34:06 object -> the objects
Vyacheslav Egorov (Chromium) 2011/03/02 15:11:32 Done.
+ static intptr_t PromotedSpaceSize();
+
private:
static int reserved_semispace_size_;
static int max_semispace_size_;
@@ -1189,9 +1192,6 @@ class Heap : public AllStatic {
static LargeObjectSpace* lo_space_;
static HeapState gc_state_;
- // Returns the size of object residing in non new spaces.
- static intptr_t PromotedSpaceSize();
-
// Returns the amount of external memory registered since last global gc.
static int PromotedExternalMemorySize();
« no previous file with comments | « src/code-stubs.h ('k') | src/heap.cc » ('j') | src/ia32/lithium-codegen-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698