Chromium Code Reviews| Index: src/full-codegen.cc |
| =================================================================== |
| --- src/full-codegen.cc (revision 5429) |
| +++ src/full-codegen.cc (working copy) |
| @@ -298,6 +298,11 @@ |
| } |
| +MemOperand FullCodeGenerator::ContextOperand(Register context, int index) { |
| + return CodeGenerator::ContextOperand(context, index); |
| +} |
| + |
| + |
| int FullCodeGenerator::SlotOffset(Slot* slot) { |
| ASSERT(slot != NULL); |
| // Offset is negative because higher indexes are at lower addresses. |