| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 1927)
|
| +++ 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(BreakpointHandler);
|
| DECLARE_RUNTIME_ENTRY(CloneContext);
|
| DECLARE_RUNTIME_ENTRY(ClosureArgumentMismatch);
|
| DECLARE_RUNTIME_ENTRY(Deoptimize);
|
|
|