Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| =================================================================== |
| --- runtime/vm/flow_graph.h (revision 42801) |
| +++ runtime/vm/flow_graph.h (working copy) |
| @@ -56,6 +56,8 @@ |
| return kv; |
| } |
| + static Value NoValue() { return NULL; } |
| + |
| static inline intptr_t Hashcode(Key key) { |
| if (key.IsSmi()) { |
| return Smi::Cast(key).Value(); |