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

Unified Diff: third_party/WebKit/Source/platform/heap/Heap.h

Issue 2307003002: Move collectGarbage* methods to ThreadState (Closed)
Patch Set: fix Created 4 years, 3 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: third_party/WebKit/Source/platform/heap/Heap.h
diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
index b4238348c76ffbd059f349b64d672b3df2338440..5b9599955192af01538cd7570cd55e99f3f5ed05 100644
--- a/third_party/WebKit/Source/platform/heap/Heap.h
+++ b/third_party/WebKit/Source/platform/heap/Heap.h
@@ -351,11 +351,6 @@ public:
template<typename T> static Address allocate(size_t, bool eagerlySweep = false);
template<typename T> static Address reallocate(void* previous, size_t);
- static const char* gcReasonString(BlinkGC::GCReason);
- static void collectGarbage(BlinkGC::StackState, BlinkGC::GCType, BlinkGC::GCReason);
- static void collectGarbageForTerminatingThread(ThreadState*);
- static void collectAllGarbage();
-
void processMarkingStack(Visitor*);
void postMarkingProcessing(Visitor*);
void globalWeakProcessing(Visitor*);

Powered by Google App Engine
This is Rietveld 408576698