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

Unified Diff: runtime/vm/heap.h

Issue 2964503005: Debug garbage collector does not correctly remove cross-gen garbage (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | runtime/vm/heap.cc » ('j') | runtime/vm/heap.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 1c9968660d3b4a96ce05df568205a7735f400f81..199ad04a965a4938b353fe1ce34c1e4e255715a7 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -306,6 +306,7 @@ class Heap {
// ensure thread-safety.
bool VerifyGC(MarkExpectation mark_expectation = kForbidMarked) const;
+ void EvacuateNewSpaceGarbage(Thread* thread, GCReason reason);
rmacnak 2017/06/30 22:24:56 Consider just "EvacuateNewSpace", since the garbag
danunez 2017/06/30 22:33:58 Done.
// Helper functions for garbage collection.
void CollectNewSpaceGarbage(Thread* thread,
ApiCallbacks api_callbacks,
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | runtime/vm/heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698