| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 4638)
|
| +++ runtime/vm/code_generator.h (working copy)
|
| @@ -28,6 +28,7 @@
|
| DECLARE_RUNTIME_ENTRY(AllocateContext);
|
| DECLARE_RUNTIME_ENTRY(AllocateObject);
|
| DECLARE_RUNTIME_ENTRY(BreakpointStaticHandler);
|
| +DECLARE_RUNTIME_ENTRY(BreakpointReturnHandler);
|
| DECLARE_RUNTIME_ENTRY(BreakpointDynamicHandler);
|
| DECLARE_RUNTIME_ENTRY(CloneContext);
|
| DECLARE_RUNTIME_ENTRY(ClosureArgumentMismatch);
|
| @@ -170,6 +171,10 @@
|
| DISALLOW_COPY_AND_ASSIGN(DescriptorList);
|
| };
|
|
|
| +
|
| +RawCode* ResolveCompileInstanceCallTarget(Isolate* isolate,
|
| + const Instance& receiver);
|
| +
|
| } // namespace dart
|
|
|
| #endif // VM_CODE_GENERATOR_H_
|
|
|