Chromium Code Reviews| Index: runtime/vm/assembler_ia32.h |
| diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h |
| index 7ed62a8eda7fc04105a26b82533ddaebaf9db25e..e0ac7f378172d7a7bb83871c7b33ebd3185bcb6e 100644 |
| --- a/runtime/vm/assembler_ia32.h |
| +++ b/runtime/vm/assembler_ia32.h |
| @@ -714,6 +714,11 @@ class Assembler : public ValueObject { |
| // ..... |
| void EnterDartFrame(intptr_t frame_size); |
| + // Set up a Dart frame for a function compiled for on-stack replacement. |
| + // The frame layout is a normal dart frame, but the frame is partially set |
|
srdjan
2013/06/11 17:12:02
s/dart/Dart/
Kevin Millikin (Google)
2013/06/14 10:10:42
Done.
|
| + // up on entry (it is the frame of the unoptimized code). |
| + void EnterOsrFrame(intptr_t extra_size); |
| + |
| // Set up a stub frame so that the stack traversal code can easily identify |
| // a stub frame. |
| // The stub frame layout is as follows: |