| Index: runtime/vm/assembler_macros_x64.h
|
| ===================================================================
|
| --- runtime/vm/assembler_macros_x64.h (revision 9089)
|
| +++ runtime/vm/assembler_macros_x64.h (working copy)
|
| @@ -49,6 +49,8 @@
|
| // L: <code to adjust saved pc if there is any intrinsification code>
|
| // .....
|
| static void EnterDartFrame(Assembler* assembler, intptr_t frame_size);
|
| + // Populates pc local slot lazily.
|
| + static void EnterDartLeafFrame(Assembler* assembler, intptr_t frame_size);
|
|
|
| // Set up a stub frame so that the stack traversal code can easily identify
|
| // a stub frame.
|
|
|