Chromium Code Reviews| 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, |