Chromium Code Reviews| Index: runtime/vm/locations.h |
| =================================================================== |
| --- runtime/vm/locations.h (revision 18444) |
| +++ runtime/vm/locations.h (working copy) |
| @@ -277,6 +277,7 @@ |
| static Location RegisterOrSmiConstant(Value* value); |
| static Location FixedRegisterOrConstant(Value* value, Register reg); |
| static Location FixedRegisterOrSmiConstant(Value* value, Register reg); |
| + static Location WritableRegisterOrSmiConstant(Value* value); |
|
Vyacheslav Egorov (Google)
2013/02/13 17:43:04
I think you don't actually need this.
Florian Schneider
2013/02/14 10:35:01
Done.
|
| static Location AnyOrConstant(Value* value); |
| const char* Name() const; |