Chromium Code Reviews| Index: runtime/vm/stack_frame_x64.cc |
| =================================================================== |
| --- runtime/vm/stack_frame_x64.cc (revision 2205) |
| +++ runtime/vm/stack_frame_x64.cc (working copy) |
| @@ -9,6 +9,11 @@ |
| namespace dart { |
| +// The constant kExitLinkOffsetInEntryFrame must be kept in sync with the |
| +// code in the InvokeDartCode stub. |
| +static const int kExitLinkOffsetInEntryFrame = -8 * kWordSize; |
| + |
| + |
| intptr_t StackFrame::PcAddressOffsetFromSp() { |
| UNIMPLEMENTED(); |
| return 0; |