Chromium Code Reviews| Index: runtime/vm/locations.h |
| =================================================================== |
| --- runtime/vm/locations.h (revision 16802) |
| +++ runtime/vm/locations.h (working copy) |
| @@ -262,6 +262,9 @@ |
| return IndexField::decode(payload()) - kStackIndexBias; |
| } |
| + // Return a memory operand for stack slot locations. |
| + Address ToStackSlotAddress() const; |
| + |
| // Constants. |
| static Location RegisterOrConstant(Value* value); |
| static Location RegisterOrSmiConstant(Value* value); |