Chromium Code Reviews| 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_; |