Chromium Code Reviews| Index: runtime/vm/locations.h |
| =================================================================== |
| --- runtime/vm/locations.h (revision 8165) |
| +++ runtime/vm/locations.h (working copy) |
| @@ -149,6 +149,8 @@ |
| // Perform a greedy local register allocation. Consider all register free. |
| void AllocateRegisters(); |
| + static LocationSummary* Make(intptr_t input_count, Location out); |
| + |
| private: |
| // TODO(vegorov): replace with ZoneArray. |
| GrowableArray<Location> input_locations_; |