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

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

Issue 1143243006: Revert of Oilpan: Implement a GC to take a heap snapshot (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | Source/platform/heap/Heap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/Heap.h
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
index b84582a9fe8f407a9e72734a5879afb3d0a2f1fb..93404e4af16bc130da2f48f3fa2dd1636e82edc5 100644
--- a/Source/platform/heap/Heap.h
+++ b/Source/platform/heap/Heap.h
@@ -386,7 +386,6 @@
virtual void removeFromHeap() = 0;
virtual void sweep() = 0;
virtual void makeConsistentForGC() = 0;
- virtual void makeConsistentForMutator() = 0;
#if defined(ADDRESS_SANITIZER)
virtual void poisonUnmarkedObjects() = 0;
#endif
@@ -474,7 +473,6 @@
virtual void removeFromHeap() override;
virtual void sweep() override;
virtual void makeConsistentForGC() override;
- virtual void makeConsistentForMutator() override;
#if defined(ADDRESS_SANITIZER)
virtual void poisonUnmarkedObjects() override;
#endif
@@ -537,7 +535,6 @@
virtual void removeFromHeap() override;
virtual void sweep() override;
virtual void makeConsistentForGC() override;
- virtual void makeConsistentForMutator() override;
#if defined(ADDRESS_SANITIZER)
virtual void poisonUnmarkedObjects() override;
#endif
@@ -696,7 +693,6 @@
virtual void clearFreeLists() { }
void makeConsistentForGC();
- void makeConsistentForMutator();
#if ENABLE(ASSERT)
virtual bool isConsistentForGC() = 0;
#endif
« no previous file with comments | « no previous file | Source/platform/heap/Heap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698