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

Unified Diff: src/spaces.h

Issue 7044082: Minor cleanup of StoreBuffer related heap iteration methods. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 6 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 | « src/mark-compact.cc ('k') | src/spaces.cc » ('j') | src/store-buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/spaces.h
diff --git a/src/spaces.h b/src/spaces.h
index ebafedb5db008b3177fc36f7c4abf948568274fa..4d284aab7e6f63916f4f06de876c89b8ad7824fa 100644
--- a/src/spaces.h
+++ b/src/spaces.h
@@ -2184,9 +2184,6 @@ class LargeObjectSpace : public Space {
// if such a page doesn't exist.
LargePage* FindPageContainingPc(Address pc);
- // Iterates over pointers to new space.
- void IteratePointersToNewSpace(ObjectSlotCallback func);
-
// Frees unmarked objects.
void FreeUnmarkedObjects();
« no previous file with comments | « src/mark-compact.cc ('k') | src/spaces.cc » ('j') | src/store-buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698