Chromium Code Reviews| Index: runtime/vm/assembler_x64.h |
| =================================================================== |
| --- runtime/vm/assembler_x64.h (revision 39210) |
| +++ runtime/vm/assembler_x64.h (working copy) |
| @@ -854,6 +854,9 @@ |
| // call L (size is 5 bytes) |
| // L: |
| static const intptr_t kEntryPointToPcMarkerOffset = 9; |
| + static intptr_t EntryPointToPcMarkerOffset() { |
| + return kEntryPointToPcMarkerOffset; |
| + } |
| void UpdateAllocationStats(intptr_t cid, |
| Heap::Space space = Heap::kNew); |