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

Unified Diff: runtime/vm/code_generator_x64.h

Issue 9949020: Move HandlerList to shared ExceptionHandlerList. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 | « runtime/vm/code_generator_ia32.cc ('k') | runtime/vm/code_generator_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_generator_x64.h
===================================================================
--- runtime/vm/code_generator_x64.h (revision 6234)
+++ runtime/vm/code_generator_x64.h (working copy)
@@ -21,6 +21,7 @@
class AstNode;
class CodeGenerator;
class DescriptorList;
+class ExceptionHandlerList;
class SourceLabel;
class StackmapBuilder;
@@ -119,9 +120,6 @@
// structured.
friend class OptimizingCodeGenerator;
- // Forward declarations.
- class HandlerList;
-
// Return true if intrinsification was completed and no other code
// needs to be generated.
virtual bool TryIntrinsify() { return false; }
@@ -216,7 +214,7 @@
CodeGeneratorState* state_;
DescriptorList* pc_descriptors_list_;
StackmapBuilder* stackmap_builder_;
- HandlerList* exception_handlers_list_;
+ ExceptionHandlerList* exception_handlers_list_;
int try_index_;
// The runtime context level is only incremented when a new context is
// allocated and chained to the list of contexts.
« no previous file with comments | « runtime/vm/code_generator_ia32.cc ('k') | runtime/vm/code_generator_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698