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

Unified Diff: runtime/vm/flow_graph_compiler.h

Issue 10823131: Add deopt info to code object and print it (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « runtime/vm/deopt_instructions.cc ('k') | runtime/vm/flow_graph_compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_compiler.h
===================================================================
--- runtime/vm/flow_graph_compiler.h (revision 10302)
+++ runtime/vm/flow_graph_compiler.h (working copy)
@@ -155,12 +155,14 @@
Label* entry_label() { return &entry_label_; }
// Implementation is in architecture specific file.
- void GenerateCode(FlowGraphCompiler* compiler);
+ void GenerateCode(FlowGraphCompiler* compiler, intptr_t stub_ix);
void set_deoptimization_env(Environment* env) {
deoptimization_env_ = env;
}
+ RawDeoptInfo* CreateDeoptInfo(FlowGraphCompiler* compiler);
+
private:
const intptr_t deopt_id_;
const intptr_t deopt_token_pos_;
« no previous file with comments | « runtime/vm/deopt_instructions.cc ('k') | runtime/vm/flow_graph_compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698