Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 9470) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -217,6 +217,12 @@ |
| Do(computation); |
| } |
| + // Returns true if the run-time type check can be eliminated. |
| + bool CanSkipTypeCheck(intptr_t token_pos, |
| + Value* value, |
| + const AbstractType& dst_type, |
| + const String& dst_name); |
| + |
| // Shared global state. |
| FlowGraphBuilder* owner_; |