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

Unified Diff: runtime/vm/flow_graph_compiler_ia32.h

Issue 11883023: Collect debugging info for catch clauses (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 17032)
+++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
@@ -187,7 +187,10 @@
// the block order and if it is the given block.
bool IsNextBlock(BlockEntryInstr* block_entry) const;
- void AddExceptionHandler(intptr_t try_index, intptr_t pc_offset);
+ void AddExceptionHandler(intptr_t try_index,
+ intptr_t outer_try_index,
+ intptr_t pc_offset,
+ const Array& handler_types);
void AddCurrentDescriptor(PcDescriptors::Kind kind,
intptr_t deopt_id,
intptr_t token_pos);

Powered by Google App Engine
This is Rietveld 408576698