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

Unified Diff: src/incremental-marking.h

Issue 11368137: Refactoring incremental marking (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 8 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
« no previous file with comments | « no previous file | src/incremental-marking.cc » ('j') | src/incremental-marking.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/incremental-marking.h
diff --git a/src/incremental-marking.h b/src/incremental-marking.h
index 1a86fcd44731d509a510c1ccfd8106eed844882e..7400e954086aa37fe27e7214807c475fab473ffb 100644
--- a/src/incremental-marking.h
+++ b/src/incremental-marking.h
@@ -258,6 +258,9 @@ class IncrementalMarking {
static void SetNewSpacePageFlags(NewSpacePage* chunk, bool is_marking);
void EnsureMarkingDequeIsCommitted();
+ void ProcessMarking();
Michael Starzinger 2012/11/08 11:10:39 Add an empty newline in front of these three metho
payer 2012/11/08 12:12:10 Done.
+ void ProcessMarking(intptr_t bytes_to_process);
+ void MarkObject(Map* map, HeapObject* obj);
Heap* heap_;
« no previous file with comments | « no previous file | src/incremental-marking.cc » ('j') | src/incremental-marking.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698