| Index: runtime/vm/locations.h
|
| ===================================================================
|
| --- runtime/vm/locations.h (revision 38346)
|
| +++ runtime/vm/locations.h (working copy)
|
| @@ -334,6 +334,7 @@
|
| // Constants.
|
| static Location RegisterOrConstant(Value* value);
|
| static Location RegisterOrSmiConstant(Value* value);
|
| + static Location WritableRegisterOrSmiConstant(Value* value);
|
| static Location FixedRegisterOrConstant(Value* value, Register reg);
|
| static Location FixedRegisterOrSmiConstant(Value* value, Register reg);
|
| static Location AnyOrConstant(Value* value);
|
|
|