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

Unified Diff: runtime/vm/pages.h

Issue 9655011: Implement prologue weak persistent handles. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: minor pre-review changes Created 8 years, 9 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
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index f9b6ff34f59b0c84d16d8405ba4b4ea46126ae8d..ead483ba85de3c0a558a59575878220821c8ff19 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -87,7 +87,7 @@ class PageSpace {
void VisitObjectPointers(ObjectPointerVisitor* visitor) const;
// Collect the garbage in the page space using mark-sweep.
- void MarkSweep();
+ void MarkSweep(bool invoke_api_callbacks);
static HeapPage* PageFor(RawObject* raw_obj) {
return reinterpret_cast<HeapPage*>(

Powered by Google App Engine
This is Rietveld 408576698