| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 355)
|
| +++ runtime/vm/code_generator.h (working copy)
|
| @@ -23,8 +23,8 @@
|
| // Declaration of runtime entries called from stub or generated code.
|
| DECLARE_RUNTIME_ENTRY(AllocateArray);
|
| DECLARE_RUNTIME_ENTRY(AllocateClosure);
|
| -DECLARE_RUNTIME_ENTRY(AllocateImplicitClosure);
|
| -DECLARE_RUNTIME_ENTRY(AllocateStaticImplicitClosure);
|
| +DECLARE_RUNTIME_ENTRY(AllocateImplicitInstanceClosure);
|
| +DECLARE_RUNTIME_ENTRY(AllocateImplicitStaticClosure);
|
| DECLARE_RUNTIME_ENTRY(AllocateContext);
|
| DECLARE_RUNTIME_ENTRY(AllocateObject);
|
| DECLARE_RUNTIME_ENTRY(ClosureArgumentMismatch);
|
|
|