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

Unified Diff: runtime/vm/flow_graph_compiler_ia32.h

Issue 10453110: Implement optimized unary ops for ia32 as well. Fix a crash in disassembler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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: runtime/vm/flow_graph_compiler_ia32.h
===================================================================
--- runtime/vm/flow_graph_compiler_ia32.h (revision 8181)
+++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
@@ -37,6 +37,13 @@
void CompileGraph();
+ Label* AddDeoptStub(intptr_t deopt_id,
+ intptr_t deopt_token_index,
+ intptr_t try_index_,
+ DeoptReasonId reason,
+ Register reg1,
+ Register reg2);
+
// Infrastructure copied from class CodeGenerator or stubbed out.
void FinalizePcDescriptors(const Code& code);
void FinalizeStackmaps(const Code& code);

Powered by Google App Engine
This is Rietveld 408576698