Chromium Code Reviews| Index: runtime/vm/il_printer.h |
| =================================================================== |
| --- runtime/vm/il_printer.h (revision 34394) |
| +++ runtime/vm/il_printer.h (working copy) |
| @@ -57,6 +57,9 @@ |
| static void PrintGraph(const char* phase, FlowGraph* flow_graph); |
| + // Debugging helper function. |
| + static void PrintICData(const ICData& ic_data); |
| + |
| private: |
| const Function& function_; |
| const GrowableArray<BlockEntryInstr*>& block_order_; |