| Index: runtime/vm/locations.h
|
| ===================================================================
|
| --- runtime/vm/locations.h (revision 25107)
|
| +++ runtime/vm/locations.h (working copy)
|
| @@ -284,6 +284,9 @@
|
| // Return a memory operand for stack slot locations.
|
| Address ToStackSlotAddress() const;
|
|
|
| + // Returns the offset from the frame pointer for stack slot locations.
|
| + intptr_t ToStackSlotOffset() const;
|
| +
|
| // Constants.
|
| static Location RegisterOrConstant(Value* value);
|
| static Location RegisterOrSmiConstant(Value* value);
|
|
|