Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 6466) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -156,6 +156,8 @@ |
| Value* BuildInstantiatorTypeArguments(intptr_t token_index, |
| intptr_t start_index); |
| + void BuildInstanceOf(ComparisonNode* node); |
| + |
| bool MustSaveRestoreContext(SequenceNode* node) const; |
| // Moves parent context into the context register. |