Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 18624) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -261,6 +261,8 @@ |
| const char* DebugName() const { return "Value"; } |
| + bool IsSmiValue() { return Type()->ToCid() == kSmiCid; } |
| + |
| // Return true if the value represents a constant. |
| bool BindsToConstant() const; |