| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 34643)
|
| +++ runtime/vm/code_generator.h (working copy)
|
| @@ -28,7 +28,6 @@
|
| DECLARE_RUNTIME_ENTRY(InlineCacheMissHandlerTwoArgs);
|
| DECLARE_RUNTIME_ENTRY(InlineCacheMissHandlerThreeArgs);
|
| DECLARE_RUNTIME_ENTRY(StaticCallMissHandlerTwoArgs);
|
| -DECLARE_RUNTIME_ENTRY(InstanceFunctionLookup);
|
| DECLARE_RUNTIME_ENTRY(Instanceof);
|
| DECLARE_RUNTIME_ENTRY(TypeCheck);
|
| DECLARE_RUNTIME_ENTRY(BadTypeError);
|
| @@ -89,9 +88,6 @@
|
| const char* DeoptReasonToText(intptr_t deopt_id);
|
|
|
|
|
| -RawCode* ResolveCompileInstanceCallTarget(const Instance& receiver,
|
| - const ICData& ic_data);
|
| -
|
| void DeoptimizeAt(const Code& optimized_code, uword pc);
|
| void DeoptimizeAll();
|
|
|
|
|