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

Unified Diff: src/heap/heap.h

Issue 2851743002: [heap] Remove TryFinalizeIdleIncrementalMarking. (Closed)
Patch Set: fix call-site Created 3 years, 8 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/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 13c832ec28b51b85a46dd784c40e8587f2faa5b4..e4e093ce229bd23b830173d07665542d63d4eb4d 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1257,9 +1257,6 @@ class Heap {
void FinalizeIncrementalMarkingIfComplete(GarbageCollectionReason gc_reason);
- bool TryFinalizeIdleIncrementalMarking(double idle_time_in_ms,
- GarbageCollectionReason gc_reason);
-
void RegisterReservationsForBlackAllocation(Reservation* reservations);
IncrementalMarking* incremental_marking() { return incremental_marking_; }
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698