Chromium Code Reviews| Index: src/ia32/virtual-frame-ia32.h |
| =================================================================== |
| --- src/ia32/virtual-frame-ia32.h (revision 4669) |
| +++ src/ia32/virtual-frame-ia32.h (working copy) |
| @@ -144,6 +144,9 @@ |
| // (ie, they all have frame-external references). |
| Register SpillAnyRegister(); |
| + // Spill the top element of the frame. |
| + void SpillTop() { SpillElementAt(element_count() - 1); } |
| + |
| // Sync the range of elements in [begin, end] with memory. |
| void SyncRange(int begin, int end); |