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

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

Issue 1094843002: Rename some things around incremental marking triggers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
Index: src/heap/incremental-marking.h
diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
index 03642c10209b558c0bbedc1492381099031d67e2..51633233fe8acd11dd4920cf14deccf4a2fb5407 100644
--- a/src/heap/incremental-marking.h
+++ b/src/heap/incremental-marking.h
@@ -64,9 +64,9 @@ class IncrementalMarking {
GCRequestType request_type() const { return request_type_; }
- bool WorthActivating();
+ bool CanBeActivated();
- bool ShouldActivate();
+ bool ShouldActivateEvenWithoutIdleNotification();
bool WasActivated();
« src/heap/heap.h ('K') | « src/heap/heap.cc ('k') | src/heap/incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698