| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 23086)
|
| +++ runtime/vm/code_generator.h (working copy)
|
| @@ -24,11 +24,10 @@
|
| DECLARE_RUNTIME_ENTRY(AllocateObject);
|
| DECLARE_RUNTIME_ENTRY(AllocateObjectWithBoundsCheck);
|
| DECLARE_RUNTIME_ENTRY(ArgumentDefinitionTest);
|
| -DECLARE_RUNTIME_ENTRY(BreakpointClosureHandler);
|
| +DECLARE_RUNTIME_ENTRY(BreakpointRuntimeHandler);
|
| DECLARE_RUNTIME_ENTRY(BreakpointStaticHandler);
|
| DECLARE_RUNTIME_ENTRY(BreakpointReturnHandler);
|
| DECLARE_RUNTIME_ENTRY(BreakpointDynamicHandler);
|
| -DECLARE_RUNTIME_ENTRY(BreakpointEqualNullHandler);
|
| DECLARE_RUNTIME_ENTRY(CloneContext);
|
| DECLARE_RUNTIME_ENTRY(Deoptimize);
|
| DECLARE_RUNTIME_ENTRY(FixCallersTarget);
|
|
|