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

Unified Diff: vm/code_descriptors.h

Issue 9791048: - Wire the stack frame iterator to use stack maps for traversing objects if there are stack maps in… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 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 | « vm/bitmap_test.cc ('k') | vm/code_descriptors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/code_descriptors.h
===================================================================
--- vm/code_descriptors.h (revision 6294)
+++ vm/code_descriptors.h (working copy)
@@ -65,7 +65,8 @@
builder_(new BitmapBuilder()),
code_(Code::ZoneHandle()),
stack_map_(Stackmap::ZoneHandle()),
- list_(GrowableObjectArray::ZoneHandle(GrowableObjectArray::New())) { }
+ list_(GrowableObjectArray::ZoneHandle(
+ GrowableObjectArray::New(Heap::kOld))) { }
~StackmapBuilder() { }
// Gets state of stack slot (object or regular value).
« no previous file with comments | « vm/bitmap_test.cc ('k') | vm/code_descriptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698