Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 20744) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -318,12 +318,14 @@ |
| Do(definition); |
| } |
| + protected: |
| // 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); |
| + private: |
| // Shared global state. |
| FlowGraphBuilder* owner_; |