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

Unified Diff: vm/heap.h

Issue 10748006: Disable heap growth during weak handle processing unit test in order to avoid triggering of old spa… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 5 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: vm/heap.h
===================================================================
--- vm/heap.h (revision 9471)
+++ vm/heap.h (working copy)
@@ -100,6 +100,7 @@
RawInstructions* FindObjectInCodeSpace(FindObjectVisitor* visitor);
RawInstructions* FindObjectInStubCodeSpace(FindObjectVisitor* visitor);
+ void Scavenge(ApiCallbacks api_callbacks = kIgnoreApiCallbacks);
void CollectGarbage(Space space);
void CollectGarbage(Space space, ApiCallbacks api_callbacks);
void CollectAllGarbage();
« vm/dart_api_impl_test.cc ('K') | « vm/dart_api_impl_test.cc ('k') | vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698