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

Unified Diff: src/mark-compact.h

Issue 10694157: Implement verification of context separation. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 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: src/mark-compact.h
diff --git a/src/mark-compact.h b/src/mark-compact.h
index c2a70fc385d8eb8069e84eeb8ac9ba3c671d064e..baf128fab5b01ffe291e05202f21de723b11e05a 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -507,6 +507,7 @@ class MarkCompactCollector {
};
#ifdef DEBUG
+ void VerifyContextSeparation();
void VerifyMarkbitsAreClean();
static void VerifyMarkbitsAreClean(PagedSpace* space);
static void VerifyMarkbitsAreClean(NewSpace* space);

Powered by Google App Engine
This is Rietveld 408576698