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

Unified Diff: vm/code_descriptors.cc

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/code_descriptors.h ('k') | vm/code_descriptors_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/code_descriptors.cc
===================================================================
--- vm/code_descriptors.cc (revision 6294)
+++ vm/code_descriptors.cc (working copy)
@@ -38,7 +38,7 @@
void StackmapBuilder::AddEntry(intptr_t pc_offset) {
- stack_map_ = Stackmap::New(pc_offset, code_, builder_);
+ stack_map_ = Stackmap::New(pc_offset, builder_);
list_.Add(stack_map_);
}
« no previous file with comments | « vm/code_descriptors.h ('k') | vm/code_descriptors_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698