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

Unified Diff: Source/platform/heap/ThreadState.h

Issue 1046123002: Oilpan: Split completeSweep() in idle tasks into chunks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « Source/platform/heap/Heap.cpp ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index a9c53e83cf7ece51668cfdf2027450c522a8df3c..e4196744c6c6cfb9b61d5642acdbeddb4b036061 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -337,10 +337,10 @@ public:
void didV8GC();
void performIdleGC(double deadlineSeconds);
- void performIdleCompleteSweep(double deadlineSeconds);
+ void performIdleLazySweep(double deadlineSeconds);
void scheduleIdleGC();
- void scheduleIdleCompleteSweep();
+ void scheduleIdleLazySweep();
void schedulePreciseGC();
void scheduleGCIfNeeded();
void setGCState(GCState);
@@ -544,6 +544,7 @@ public:
size_t objectPayloadSizeForTesting();
void preSweep();
+ void postSweep();
void prepareHeapForTermination();
// Request to call a pref-finalizer of the target object before the object
« no previous file with comments | « Source/platform/heap/Heap.cpp ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698