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

Unified Diff: vm/runtime_entry_test.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/raw_object.cc ('k') | vm/stack_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/runtime_entry_test.cc
===================================================================
--- vm/runtime_entry_test.cc (revision 6294)
+++ vm/runtime_entry_test.cc (working copy)
@@ -4,7 +4,6 @@
#include "vm/runtime_entry.h"
-#include "vm/code_index_table.h"
#include "vm/object.h"
#include "vm/verifier.h"
@@ -25,9 +24,6 @@
Library& lib = Library::Handle(Library::CoreLibrary());
lib.AddClass(cls);
function.SetCode(code);
- CodeIndexTable* code_index_table = Isolate::Current()->code_index_table();
- ASSERT(code_index_table != NULL);
- code_index_table->AddCode(code);
return function;
}
« no previous file with comments | « vm/raw_object.cc ('k') | vm/stack_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698