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

Unified Diff: runtime/vm/pages.h

Issue 3001343002: Remove GC prologue and epilogue callbacks. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/pages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/pages.h
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index f11b4996b5aceb9af149221e26b827518296db68..30a2aec36256447b0e5056cd1294dc568b9060d8 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -250,7 +250,7 @@ class PageSpace {
bool ShouldCollectCode();
// Collect the garbage in the page space using mark-sweep.
- void MarkSweep(bool invoke_api_callbacks);
+ void MarkSweep();
void AddRegionsToObjectSet(ObjectSet* set) const;
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/pages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698