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

Unified Diff: runtime/vm/pages.h

Issue 266643002: Object graph visitor: general depth-first search. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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: runtime/vm/pages.h
===================================================================
--- runtime/vm/pages.h (revision 35709)
+++ runtime/vm/pages.h (working copy)
@@ -250,7 +250,9 @@
return UsedInWords() + ExternalInWords() > max_capacity_in_words_;
}
+ // TODO(koda): Unify protection handling.
void WriteProtect(bool read_only);
+ void WriteProtectCode(bool read_only);
void AddGCTime(int64_t micros) {
gc_time_micros_ += micros;

Powered by Google App Engine
This is Rietveld 408576698