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

Unified Diff: src/store-buffer.h

Issue 7639020: Perform TODO(gc) cleanup for TODO-lockdown. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 4 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
« src/spaces.h ('K') | « src/spaces-inl.h ('k') | src/store-buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/store-buffer.h
diff --git a/src/store-buffer.h b/src/store-buffer.h
index c354d360a9055276d2be939b93c385022ae0c42f..61b97d9e64f4a006146affdb5ca1db28bc9c299f 100644
--- a/src/store-buffer.h
+++ b/src/store-buffer.h
@@ -89,8 +89,9 @@ class StoreBuffer {
static const int kHashMapLength = 1 << kHashMapLengthLog2;
void Compact();
- static void GCPrologue(GCType type, GCCallbackFlags flags);
- static void GCEpilogue(GCType type, GCCallbackFlags flags);
+
+ void GCPrologue();
+ void GCEpilogue();
Object*** Limit() { return reinterpret_cast<Object***>(old_limit_); }
Object*** Start() { return reinterpret_cast<Object***>(old_start_); }
« src/spaces.h ('K') | « src/spaces-inl.h ('k') | src/store-buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698