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

Unified Diff: src/heap/incremental-marking.h

Issue 2202633002: [heap] Drop filler objects on marking deque. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: change dcheck order Created 4 years, 5 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/incremental-marking.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/incremental-marking.h
diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
index 7ecbf3581e1dc8b7b2d09cd7a01af2b05c69a9e7..18cf95c809e62313828ae61287a5f42874496d4f 100644
--- a/src/heap/incremental-marking.h
+++ b/src/heap/incremental-marking.h
@@ -286,7 +286,9 @@ class IncrementalMarking {
INLINE(void ProcessMarkingDeque());
- INLINE(intptr_t ProcessMarkingDeque(intptr_t bytes_to_process));
+ INLINE(intptr_t ProcessMarkingDeque(
+ intptr_t bytes_to_process,
+ ForceCompletionAction completion = DO_NOT_FORCE_COMPLETION));
INLINE(void VisitObject(Map* map, HeapObject* obj, int size));
« no previous file with comments | « no previous file | src/heap/incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698