Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 8338) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -137,6 +137,8 @@ |
| // TODO(fschneider): Make EmitNativeCode and locs const. |
| virtual void EmitNativeCode(FlowGraphCompiler* compiler) = 0; |
| + static LocationSummary* MakeCallSummary(); |
| + |
| private: |
| friend class Instruction; |
| static intptr_t GetNextCid(Isolate* isolate) { |