Chromium Code Reviews| Index: runtime/vm/code_generator.h |
| =================================================================== |
| --- runtime/vm/code_generator.h (revision 1899) |
| +++ runtime/vm/code_generator.h (working copy) |
| @@ -27,6 +27,7 @@ |
| DECLARE_RUNTIME_ENTRY(AllocateImplicitStaticClosure); |
| DECLARE_RUNTIME_ENTRY(AllocateContext); |
| DECLARE_RUNTIME_ENTRY(AllocateObject); |
| +DECLARE_RUNTIME_ENTRY(Breakpoint); |
|
siva
2011/11/30 00:00:47
Why not call it BreakpointHandler because it is es
hausner
2011/11/30 01:17:05
Done.
|
| DECLARE_RUNTIME_ENTRY(CloneContext); |
| DECLARE_RUNTIME_ENTRY(ClosureArgumentMismatch); |
| DECLARE_RUNTIME_ENTRY(Deoptimize); |