Chromium Code Reviews| Index: src/full-codegen.h |
| =================================================================== |
| --- src/full-codegen.h (revision 6071) |
| +++ src/full-codegen.h (working copy) |
| @@ -241,6 +241,10 @@ |
| static const InlineFunctionGenerator kInlineFunctionGenerators[]; |
| + // A platform-specific utility to overwrite the accumulator register |
| + // with a GC-safe value. |
| + void ClearAccumulator(); |
| + |
| // Compute the frame pointer relative offset for a given local or |
| // parameter slot. |
| int SlotOffset(Slot* slot); |